(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

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