New doc & doc fixes. Remove s_char on the way.
(C_MOD): Turn into enumeration constant.
This commit is contained in:
parent
8d284c5b4a
commit
6147446fc1
5 changed files with 54 additions and 18 deletions
|
@ -441,7 +441,7 @@ extern int status(void);
|
|||
extern int command(void);
|
||||
/* more in commands.h */
|
||||
/* recvclient.c */
|
||||
extern int recvclient(s_char *, int);
|
||||
extern int recvclient(char *, int);
|
||||
|
||||
/* service.c */
|
||||
extern void stop_service(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue