pull-prototypes-to-head-20020821
[openafs.git] / src / des / make_ip.c
index 5c9afd6..7817332 100644 (file)
@@ -16,22 +16,17 @@ RCSID("$Header$");
 #include <mit-cpyright.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <des.h>
 #include "des_internal.h"
 
 #define WANT_IP_TABLE
 #include "tables.h"
 
-extern afs_int32 swap_bit_pos_0();
-extern afs_int32 rev_swap_bit_pos_0();
-extern void test_set PROTOTYPE((FILE *, char const *, int,
-                char const *, int));
-extern int swap_long_bytes_bit_number(int);
-extern int swap_bit_pos_0_to_ansi(int);
+#include "des_prototypes.h"
 
 #define SWAP(x) swap_long_bytes_bit_number(swap_bit_pos_0_to_ansi(x))
 
-void gen(stream)
-    FILE *stream;
+void gen(FILE *stream)
 {
     register int i;