(status): Internal linkage.
This commit is contained in:
parent
968501cf00
commit
8cc53c1c2b
2 changed files with 3 additions and 2 deletions
|
@ -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