![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "hasutmp.h"
#include <utmpx.h>
#include "stralloc.h"
#include "buffer.h"
#include "open.h"
#include "byte.h"
#include "str.h"
#include "headerbody.h"
#include "hfield.h"
#include "env.h"
#include "exit.h"
#include "qmail.h"
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
buffer | b |
char | buftty [BUFSIZE_LINE] |
int | fdtty |
struct utmpx * | ut |
char | line [sizeof(ut->ut_line)+1] |
stralloc | woof = {0} |
stralloc | tofrom = {0} |
stralloc | text = {0} |
char buftty[BUFSIZE_LINE] |