diff arogue7/xcrypt.c @ 283:d71e5e1f49cf

Fix a few more compiler warnings.
author John "Elwin" Edwards
date Mon, 18 Sep 2017 19:36:14 -0400
parents adfa37e67084
children e52a8a7ad4c5
line wrap: on
line diff
--- a/arogue7/xcrypt.c	Mon Sep 18 19:11:57 2017 -0400
+++ b/arogue7/xcrypt.c	Mon Sep 18 19:36:14 2017 -0400
@@ -57,6 +57,9 @@
 #endif
 #define _PASSWORD_EFMT1 '_'
 
+unsigned long int md_htonl(unsigned long int x);
+unsigned long int md_ntohl(unsigned long int x);
+
 static unsigned char	IP[64] = {
 	58, 50, 42, 34, 26, 18, 10,  2, 60, 52, 44, 36, 28, 20, 12,  4,
 	62, 54, 46, 38, 30, 22, 14,  6, 64, 56, 48, 40, 32, 24, 16,  8,