X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=b241e114ec64b0d48f46aca877c8647bf1daa476;hb=10a68fd183c5e16e95fce56e7b292f1436b1e714;hp=8e4472be3db7f2f61aa3c4d7c3cbd20c919afc17;hpb=a6b37e93378a72f1dd8f14ccf62a8dcbb8326c87;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 8e4472b..b241e11 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -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.45 1999/08/24 05:31:11 paulus Exp $ + * $Id: pppd.h,v 1.46 1999/08/25 04:15:51 paulus Exp $ */ /* @@ -43,7 +43,7 @@ #define volatile #endif -#if INET6 +#ifdef INET6 #include "eui64.h" #endif @@ -397,9 +397,7 @@ int sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t)); /* Configure IPv4 addresses for i/f */ int cifaddr __P((int, u_int32_t, u_int32_t)); /* Reset i/f IP addresses */ -#if INET6 -int sif6up __P((int)); /* Configure i/f up (for IPv6) */ -int sif6down __P((int)); /* Configure i/f down (for IPv6) */ +#ifdef INET6 int sif6addr __P((int, eui64_t, eui64_t)); /* Configure IPv6 addresses for i/f */ int cif6addr __P((int, eui64_t, eui64_t));