(status): Internal linkage.
This commit is contained in:
parent
968501cf00
commit
8cc53c1c2b
2 changed files with 3 additions and 2 deletions
|
@ -437,7 +437,6 @@ extern struct player *player; /* current player's context */
|
|||
extern char *praddr(struct player *);
|
||||
extern void player_main(struct player *);
|
||||
extern int match_user(char *, struct player *);
|
||||
extern int status(void);
|
||||
extern int command(void);
|
||||
/* more in commands.h */
|
||||
/* recvclient.c */
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
static int status(void);
|
||||
|
||||
struct player *player;
|
||||
|
||||
void
|
||||
|
@ -183,7 +185,7 @@ command(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
status(void)
|
||||
{
|
||||
struct natstr *natp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue