![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <sys/types.h>
#include <sys/time.h>
#include <syslog.h>
#include <unistd.h>
#include "error.h"
#include "buffer.h"
#include "exit.h"
#include "str.h"
#include "scan.h"
#include "fmt.h"
Go to the source code of this file.
Functions | |
void | stamp_make () |
void | flush () |
int | main (int argc, char *const *argv) |
Variables | |
char | buf [800] |
int | bufpos = 0 |
int | flagcont = 0 |
int | priority |
char | stamp [FMT_ULONG+FMT_ULONG+3] |
void flush | ( | void | ) |
Definition at line 30 of file splogger.c.
void stamp_make | ( | ) |
char buf[800] |
Definition at line 12 of file splogger.c.
int bufpos = 0 |
Definition at line 13 of file splogger.c.
int flagcont = 0 |
Definition at line 14 of file splogger.c.
int priority |
Definition at line 15 of file splogger.c.
char stamp[FMT_ULONG+FMT_ULONG+3] |
Definition at line 16 of file splogger.c.