![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include "sig.h"
#include "exit.h"
#include "env.h"
#include "qmail.h"
#include "logmsg.h"
#include "buffer.h"
#include "fmt.h"
Go to the source code of this file.
Macros | |
#define | WHO "forward" |
Functions | |
int | main (int argc, char *const *argv) |
Variables | |
struct qmail | qqt |
char | inbuf [BUFSIZE_LINE] |
buffer | bi = BUFFER_INIT(buffer_unixread,0,inbuf,sizeof(inbuf)) |
char | outbuf [BUFSIZE_LINE] |
buffer | bo = BUFFER_INIT(mywrite,-1,outbuf,sizeof(outbuf)) |
char | num [FMT_ULONG] |
char inbuf[BUFSIZE_LINE] |
char outbuf[BUFSIZE_LINE] |