Qsmtp  0.30dev
qrdata.h
Go to the documentation of this file.
1 
4 #ifndef QRDATA_H
5 #define QRDATA_H
6 
7 #include <sys/types.h>
8 
9 extern const char *successmsg[];
10 
11 extern unsigned int need_recode(const char *, off_t);
12 extern void send_data(unsigned int recodeflag);
13 extern void send_bdat(unsigned int recodeflag);
14 
15 extern const char *msgdata;
16 extern off_t msgsize;
17 
18 #endif
void send_bdat(unsigned int recodeflag)
Definition: qrbdat.c:21
unsigned int need_recode(const char *, off_t)
Definition: qrdata.c:45
void send_data(unsigned int recodeflag)
Definition: qrdata.c:729