s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
commands.h
Go to the documentation of this file.
1#ifndef COMMANDS_H
2#define COMMANDS_H
3
4struct commands {
5 char *text;
6 void (*fun)();
7 void (*flush)();
8} ;
9
11
12#endif
void(* fun)()
Definition: commands.h:6
char * text
Definition: commands.h:5
void(* flush)()
Definition: commands.h:7