comparison 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
comparison
equal deleted inserted replaced
217:94a0d9dd5ce1 218:56e748983fa8
49 * against crypt.o exportable or re-exportable from the USA. 49 * against crypt.o exportable or re-exportable from the USA.
50 */ 50 */
51 51
52 #include <sys/types.h> 52 #include <sys/types.h>
53 #include <string.h> 53 #include <string.h>
54
55 unsigned long int md_htonl(unsigned long int x);
56 unsigned long int md_ntohl(unsigned long int x);
54 57
55 #ifdef DEBUG 58 #ifdef DEBUG
56 # include <stdio.h> 59 # include <stdio.h>
57 #endif 60 #endif
58 #define _PASSWORD_EFMT1 '_' 61 #define _PASSWORD_EFMT1 '_'