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 >
Wrap
C/C++ Source or Header
|
1992-07-08
|
194b
|
14 lines
/*
smtp.h
911218: Added this header
*/
#ifndef _smtph
#define _smtph
long get_msgid(char *mqueue);
void listqueue(char *mqueue);
int killjob(char *mqueue, char *j);
#endif