(sendcmd): Change argument cmd to string. Callers changed.
(fnlist, fn, USER, COUN, QUIT, PASS, PLAY, LIST, CMD, CTLD, KILL): Unused, remove.
This commit is contained in:
parent
44b11ab597
commit
801d32783d
9 changed files with 15 additions and 134 deletions
|
@ -36,16 +36,6 @@
|
|||
|
||||
#define CLIENTPROTO 2 /* if new things are added, bump this */
|
||||
|
||||
#define USER 0
|
||||
#define COUN 1
|
||||
#define QUIT 2
|
||||
#define PASS 3
|
||||
#define PLAY 4
|
||||
#define LIST 5
|
||||
#define CMD 6
|
||||
#define CTLD 7
|
||||
#define KILL 8
|
||||
|
||||
#define C_CMDOK 0x0
|
||||
#define C_DATA 0x1
|
||||
#define C_INIT 0x2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue