Advanced Rogue 5: convert to ANSI function declarations.
This still leaves over a thousand lines of warning messages, mostly related to the return types of daemons and fuses.
This commit is contained in:
parent
59f448e92e
commit
f38b2223c8
37 changed files with 977 additions and 733 deletions
|
|
@ -52,6 +52,9 @@
|
|||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
unsigned long int md_htonl(unsigned long int x);
|
||||
unsigned long int md_ntohl(unsigned long int x);
|
||||
|
||||
#ifdef DEBUG
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue