XRogue: convert to ANSI-style function declarations.
This commit is contained in:
parent
e8e6e604c3
commit
2853120387
41 changed files with 1281 additions and 908 deletions
|
|
@ -30,6 +30,6 @@ struct network {
|
|||
char *rogue;
|
||||
};
|
||||
extern struct network Network[];
|
||||
extern unsigned long netread();
|
||||
extern unsigned long netwrite();
|
||||
extern unsigned long netread(int *error, int size, FILE *stream);
|
||||
extern int netwrite(unsigned long value, int size, FILE *stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue