X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=e54a526e57f36eb2ac8b1b89088f1b681688f607;hb=c2881a6b71a36d28a89166e82820dc5e711fd775;hp=a7de38402b1f8a3706ec592d96e7c37cdbfa0f7a;hpb=81ad945630120cc1c27c8bb00503be42b76ff202;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index a7de384..e54a526 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -727,10 +727,6 @@ int have_route_to(u_int32_t); /* Check if route to addr exists */ int set_filters(struct bpf_program *pass, struct bpf_program *active); /* Set filter programs in kernel */ #endif -#ifdef IPX_CHANGE -int sipxfaddr(int, unsigned long, unsigned char *); -int cipxfaddr(int); -#endif int get_if_hwaddr(u_char *addr, char *name); int get_first_ether_hwaddr(u_char *addr); int get_time(struct timeval *); @@ -953,12 +949,6 @@ extern void (*snoop_send_hook)(unsigned char *p, int len); #define CHAPDEBUG(x) #endif -#ifdef DEBUGIPXCP -#define IPXCPDEBUG(x) if (debug) dbglog x -#else -#define IPXCPDEBUG(x) -#endif - #ifndef SIGTYPE #if defined(sun) || defined(SYSV) || defined(POSIX_SOURCE) #define SIGTYPE void