(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
|
@ -68,7 +68,7 @@ int hostconnect(struct sockaddr_in *addr);
|
|||
int hostport(char *name, struct sockaddr_in *addr);
|
||||
int login(int s, char *uname, char *cname, char *cpass, int kill_proc);
|
||||
void saveargv(int ac, char **src, char **dst);
|
||||
void sendcmd(int s, int cmd, char *arg);
|
||||
void sendcmd(int s, char *cmd, char *arg);
|
||||
int sendeof(int sock);
|
||||
void servercmd(struct ioqueue *ioq, FILE *auxfi);
|
||||
int serverio(int s, struct ioqueue *ioq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue