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