New doc & doc fixes. Remove s_char on the way.

(C_MOD): Turn into enumeration constant.
This commit is contained in:
Markus Armbruster 2005-06-25 17:22:45 +00:00
parent 8d284c5b4a
commit 6147446fc1
5 changed files with 54 additions and 18 deletions

View file

@ -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);