summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/rip98d.h')
-rw-r--r--tcpip/rip98d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpip/rip98d.h b/tcpip/rip98d.h
index 8a7a417..20f09fc 100644
--- a/tcpip/rip98d.h
+++ b/tcpip/rip98d.h
@@ -49,7 +49,7 @@ extern int logging;
/* In rip98d.c */
extern unsigned int mask2bits(unsigned int);
-extern unsigned long int bits2mask(unsigned int);
+extern unsigned int bits2mask(unsigned int);
/* In rip98t.c */
extern void transmit_routes(int);