#include <unistd.h>
#include <sys/stat.h>
#include "fd.h"
#include "wait.h"
#include "buffer.h"
#include "exit.h"
#include "error.h"
#include "ipalloc.h"
#include "tcpto.h"
#include "auto_qmail.h"
#include "auto_queue.h"
#include "open.h"
#include "pathexec.h"
Go to the source code of this file.
|
void | initialize (int argc, char **argv) |
void | report (buffer *log, int wstat, char *s, int len) |
int | spawn (int fdmess, int fdout, const char *s, char *r, const int at) |
◆ initialize()
void initialize |
( |
int | argc, |
|
|
char ** | argv ) |
◆ report()
void report |
( |
buffer * | log, |
|
|
int | wstat, |
|
|
char * | s, |
|
|
int | len ) |
◆ spawn()
int spawn |
( |
int | fdmess, |
|
|
int | fdout, |
|
|
const char * | s, |
|
|
char * | r, |
|
|
const int | at ) |
◆ truncreport