(num_teles, redir_fp, pipe_fp, exec_fd, sendeof, prompt, command)
(ac_intercept, all_missiles, ac_planedamage, ac_doflak, ac_landflak) (ac_shipflak, ac_fireflak, can_fly, do_evade, att_calcodds) (emp_setbitmap, lnd_hit_mine, conditions, get_wp, daemonize): Internal linkage.
This commit is contained in:
parent
aac6312c74
commit
2ae6be9af6
18 changed files with 41 additions and 44 deletions
|
@ -59,6 +59,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
static int command(void);
|
||||
static int status(void);
|
||||
|
||||
struct player *player;
|
||||
|
@ -139,7 +140,7 @@ player_main(struct player *p)
|
|||
pr("Bye-bye\n");
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
command(void)
|
||||
{
|
||||
unsigned i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue