s/qmail
4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.21
src
include
commands.h
Go to the documentation of this file.
1
#ifndef COMMANDS_H
2
#define COMMANDS_H
3
#include "buffer.h"
4
5
struct
commands
{
6
char
*
text
;
7
void (*
fun
)();
8
void (*
flush
)();
9
} ;
10
11
int
commands
(buffer *,
struct
commands
*);
12
13
#endif
commands
int commands(buffer *, struct commands *)
Definition
commands.c:9
commands
Definition
commands.h:5
commands::fun
void(* fun)()
Definition
commands.h:7
commands::text
char * text
Definition
commands.h:6
commands::flush
void(* flush)()
Definition
commands.h:8
Generated on
for s/qmail by
1.14.0