Add some missing declarations to headers. Remove some redundant
declarations elsewhere. Change linkage of some functions to static.
This commit is contained in:
parent
e7811102a3
commit
4a3f0b8146
43 changed files with 72 additions and 169 deletions
|
@ -47,7 +47,7 @@
|
|||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
void kaboom(int x, int y, int rad, natid cn);
|
||||
static void kaboom(int x, int y, int rad, natid cn);
|
||||
|
||||
int
|
||||
detonate(struct plnstr *pp, int x, int y)
|
||||
|
@ -317,7 +317,7 @@ detonate(struct plnstr *pp, int x, int y)
|
|||
/*
|
||||
* silly to be sure.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
kaboom(int x, int y, int rad, natid cn)
|
||||
{
|
||||
mpr(cn, "\n\nK A B ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue