![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include "sig.h"
#include "exit.h"
#include "env.h"
#include "logmsg.h"
#include "wait.h"
#include "seek.h"
#include "qmail.h"
#include "buffer.h"
#include "fmt.h"
Go to the source code of this file.
Macros | |
#define | WHO "condredirect" |
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] |
#define WHO "condredirect" |
Definition at line 12 of file condredirect.c.
Definition at line 23 of file condredirect.c.
Definition at line 25 of file condredirect.c.
char inbuf[BUFSIZE_LINE] |
Definition at line 22 of file condredirect.c.
char num[FMT_ULONG] |
Definition at line 27 of file condredirect.c.
char outbuf[BUFSIZE_LINE] |
Definition at line 24 of file condredirect.c.
struct qmail qqt |
Definition at line 14 of file condredirect.c.