mess822x
1.25
mess822x
Loading...
Searching...
No Matches
mess822x-1.25
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
*
verb
;
7
void (*
action
)(
char
*);
8
void (*
flush
)();
9
} ;
10
11
12
extern
int
commands
(buffer *,
struct
commands
*);
13
14
#endif
commands
int commands(buffer *, struct commands *)
Definition
commands.c:9
commands
Definition
commands.h:5
commands::action
void(* action)(char *)
Definition
commands.h:7
commands::flush
void(* flush)()
Definition
commands.h:8
commands::verb
char * verb
Definition
commands.h:6
Generated on
for mess822x by
1.14.0