mess822x 1.24
mess822x
Loading...
Searching...
No Matches
qmail.h File Reference
#include "buffer.h"
Include dependency graph for qmail.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  qmail

Functions

int qmail_open (struct qmail *)
void qmail_put (struct qmail *, char *, int)
void qmail_puts (struct qmail *, char *)
void qmail_from (struct qmail *, char *)
void qmail_to (struct qmail *, char *)
void qmail_fail (struct qmail *)
char * qmail_close (struct qmail *)
unsigned long qmail_qp (struct qmail *)

Function Documentation

◆ qmail_close()

char * qmail_close ( struct qmail * qq)
extern

Definition at line 90 of file qmail.c.

Here is the call graph for this function:

◆ qmail_fail()

void qmail_fail ( struct qmail * qq)
extern

Definition at line 58 of file qmail.c.

◆ qmail_from()

void qmail_from ( struct qmail * qq,
char * s )
extern

Definition at line 73 of file qmail.c.

Here is the call graph for this function:

◆ qmail_open()

int qmail_open ( struct qmail * qq)
extern

Definition at line 21 of file qmail.c.

◆ qmail_put()

void qmail_put ( struct qmail * qq,
char * s,
int len )
extern

Definition at line 63 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_puts()

void qmail_puts ( struct qmail * qq,
char * s )
extern

Definition at line 68 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_qp()

unsigned long qmail_qp ( struct qmail * qq)
extern

Definition at line 53 of file qmail.c.

◆ qmail_to()

void qmail_to ( struct qmail * qq,
char * s )
extern

Definition at line 83 of file qmail.c.

Here is the call graph for this function: