mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-01 08:24:52 +00:00
7 lines
128 B
C
7 lines
128 B
C
|
#define RBUFSIZE 256
|
||
|
#define MAXARGS 10
|
||
|
#define MAXARG 256
|
||
|
#define MAX_SESSIONS 4
|
||
|
|
||
|
extern void parse_cmd(FILE *, int, char **);
|