Normalize inclusion guards: use NAME_H for name.h. Some headers
lacked them, others used reserved identifiers.
This commit is contained in:
parent
b316861e9d
commit
fa52e6944d
55 changed files with 171 additions and 150 deletions
|
@ -31,6 +31,9 @@
|
|||
* Ville Virrankoski, 1995
|
||||
*/
|
||||
|
||||
#ifndef BUDG_H
|
||||
#define BUDG_H
|
||||
|
||||
void fill_update_array(int *bp, struct sctstr *sp);
|
||||
int *get_wp(int *bp, struct sctstr *sp, int cm);
|
||||
int gt_bg_nmbr(int *bp, struct sctstr *sp, i_type comm);
|
||||
|
@ -46,3 +49,5 @@ extern long tpops[MAXNOC];
|
|||
extern float levels[MAXNOC][4];
|
||||
|
||||
extern int mil_dbl_pay;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue