home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bmh02src.zip / SMTP.H < prev    next >
C/C++ Source or Header  |  1992-07-08  |  194b  |  14 lines

  1. /*
  2.    smtp.h
  3.  
  4.    911218: Added this header
  5. */
  6. #ifndef _smtph
  7. #define _smtph
  8.  
  9. long get_msgid(char *mqueue);
  10. void listqueue(char *mqueue);
  11. int killjob(char *mqueue, char *j);
  12.  
  13. #endif
  14.