mess822x
1.24
mess822x
Loading...
Searching...
No Matches
mess822x-1.24
src
include
commands.h
Go to the documentation of this file.
1
#ifndef COMMANDS_H
2
#define COMMANDS_H
3
4
struct
commands
{
5
char
*
verb
;
6
void (*
action
)();
7
void (*
flush
)();
8
} ;
9
10
extern
int
commands
();
11
12
#endif
commands
int commands()
commands
Definition
commands.h:4
commands::flush
void(* flush)()
Definition
commands.h:7
commands::verb
char * verb
Definition
commands.h:5
commands::action
void(* action)()
Definition
commands.h:6
Generated on
for mess822x by
1.14.0