summaryrefslogtreecommitdiff
path: root/src/smtpap/io.h
blob: d5515adb4903a38c74e4d02293f6c61de76ede7b (plain)
1
2
int sendmessage(int s, char *buf, size_t buflen, const char *format, ...);
int receive(int s, char **inbuf,size_t *inbuflen, int flags);