]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
pppd: Add declarations to eliminate compile warnings
[ppp.git] / pppd / pppd.h
index 47e4d9ad40c36e692b97be97d268116fb8b0ef46..7c341006bc18ce28b9707253db42089b803d4902 100644 (file)
@@ -657,6 +657,8 @@ int  cifaddr __P((int, u_int32_t, u_int32_t));
                                /* Reset i/f IP addresses */
 #ifdef INET6
 int  ether_to_eui64(eui64_t *p_eui64); /* convert eth0 hw address to EUI64 */
+int  sif6up __P((int));                /* Configure i/f up for IPv6 */
+int  sif6down __P((int));      /* Configure i/f down for IPv6 */
 int  sif6addr __P((int, eui64_t, eui64_t));
                                /* Configure IPv6 addresses for i/f */
 int  cif6addr __P((int, eui64_t, eui64_t));