]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Fix it so it compiles under RedHat 5.0 linux with glibc 2.0.7.
[ppp.git] / pppd / pppd.h
index 46b1f937163c6f4b65526ea14b6464b640fd331d..b021a9a0849d98faf14d2802adcfb54bf3025e95 100644 (file)
@@ -16,7 +16,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: pppd.h,v 1.21 1998/03/26 04:46:08 paulus Exp $
+ * $Id: pppd.h,v 1.22 1998/05/13 05:49:21 paulus Exp $
  */
 
 /*
@@ -303,6 +303,10 @@ int  get_host_seed __P((void));    /* Get host-dependent random number seed */
 int  set_filters __P((struct bpf_program *pass, struct bpf_program *active));
                                /* Set filter programs in kernel */
 #endif
+#ifdef IPX_CHANGE
+int  sipxfaddr __P((int, unsigned long, unsigned char *));
+int  cipxfaddr __P((int));
+#endif
 
 /* Procedures exported from options.c */
 int  parse_args __P((int argc, char **argv));