s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
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
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 Thu Jan 16 2025 17:42:04 for s/qmail by
1.9.6