ucspi-tcp6
1.13.02
ucspi-tcp6
Loading...
Searching...
No Matches
ucspi-tcp6-1.13.02
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
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 Mon Sep 23 2024 11:33:28 for ucspi-tcp6 by
1.9.6