|
ezmlmx 0.69
ezmlmx
|
#include <unistd.h>#include "buffer.h"#include "readwrite.h"#include "wait.h"#include "env.h"#include "str.h"#include "exit.h"#include "fd.h"#include "qmail.h"#include "auto_qmail.h"#include "alloc.h"#include "stralloc.h"#include "idx.h"
Go to the source code of this file.
Macros | |
| #define | WHO "qmail" |
Functions | |
| int | qmail_open (struct qmail *qq, const stralloc *sa) |
| unsigned long | qmail_qp (struct qmail *qq) |
| void | qmail_fail (struct qmail *qq) |
| void | qmail_put (struct qmail *qq, const char *s, int len) |
| void | qmail_puts (struct qmail *qq, const char *s) |
| void | qmail_from (struct qmail *qq, const char *s) |
| void | qmail_to (struct qmail *qq, const char *s) |
| const char * | qmail_close (struct qmail *qq) |
Definition in file qmail.c.
| const char * qmail_close | ( | struct qmail * | ) |
| void qmail_from | ( | struct qmail * | qq, |
| const char * | s ) |
| int qmail_open | ( | struct qmail * | qq, |
| const stralloc * | sa ) |
| void qmail_put | ( | struct qmail * | qq, |
| const char * | s, | ||
| int | len ) |
| void qmail_puts | ( | struct qmail * | qq, |
| const char * | s ) |
| unsigned long qmail_qp | ( | struct qmail * | ) |