(status): Internal linkage.

This commit is contained in:
Markus Armbruster 2005-07-23 16:41:18 +00:00
parent 968501cf00
commit 8cc53c1c2b
2 changed files with 3 additions and 2 deletions

View file

@ -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 */

View file

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