(dodeliver): Move from sect.c to deliver.c. No functional changes.
(deliver): Static linkage.
This commit is contained in:
parent
5ca57434dd
commit
92799db17b
3 changed files with 28 additions and 30 deletions
|
@ -540,8 +540,7 @@ extern void delete_old_announcements(void);
|
|||
/* bp.c */
|
||||
/* in budg.h */
|
||||
/* deliver.c */
|
||||
extern int deliver(register struct sctstr *, struct ichrstr *, int, int,
|
||||
int, int);
|
||||
extern void dodeliver(struct sctstr *);
|
||||
/* distribute.c */
|
||||
extern int dodistribute(struct sctstr *, int, s_char *, double, double);
|
||||
/* finish.c */
|
||||
|
@ -613,7 +612,6 @@ extern void guerrilla(struct sctstr *);
|
|||
/* sail.c */
|
||||
extern void sail_ship(natid);
|
||||
/* sect.c */
|
||||
extern void dodeliver(struct sctstr *);
|
||||
extern void do_fallout(register struct sctstr *, register int);
|
||||
extern void spread_fallout(struct sctstr *, int);
|
||||
extern void decay_fallout(struct sctstr *, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue