![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include "fd.h"
#include "buffer.h"
#include "exit.h"
#include "wait.h"
#include "env.h"
#include "sig.h"
#include "getoptb.h"
#include "logmsg.h"
#include "qmail.h"
Go to the source code of this file.
Macros | |
#define | WHO "preline" |
Functions | |
int | main (int argc, char *const *argv) |
Variables | |
int | flagufline = 1 |
char * | ufline |
int | flagrpline = 1 |
char * | rpline |
int | flagdtline = 1 |
char * | dtline |
char | outbuf [BUFSIZE_LINE] |
buffer | bo = BUFFER_INIT(buffer_unixwrite,1,outbuf,sizeof(outbuf)) |
char | inbuf [BUFSIZE_LINE] |
buffer | bi = BUFFER_INIT(buffer_unixread,0,inbuf,sizeof(inbuf)) |
char inbuf[BUFSIZE_LINE] |
char outbuf[BUFSIZE_LINE] |