diff arogue5/xcrypt.c @ 218:56e748983fa8

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.
author John "Elwin" Edwards
date Sun, 07 Feb 2016 14:39:21 -0500
parents 0ed67132cf10
children e52a8a7ad4c5
line wrap: on
line diff
--- a/arogue5/xcrypt.c	Sun Jan 31 13:45:07 2016 -0500
+++ b/arogue5/xcrypt.c	Sun Feb 07 14:39:21 2016 -0500
@@ -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