]> git.ozlabs.org Git - ppp.git/commitdiff
added ext_accm defn so we don't need if_ppp.h
authorPaul Mackerras <paulus@samba.org>
Thu, 26 May 1994 06:33:18 +0000 (06:33 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 26 May 1994 06:33:18 +0000 (06:33 +0000)
include/net/ppp_str.h

index 8339f96af9b4b38ecfb2c8469bc2cafeb760fd11..e468b4bd230bed68121aac79ff9db495a04b653e 100644 (file)
@@ -9,6 +9,9 @@
 
 #include       <sys/ioccom.h>
 
 
 #include       <sys/ioccom.h>
 
+/* Extended asyncmap - allows any character to be escaped. */
+typedef u_long ext_accm[8];
+
 #ifdef __STDC__
 #define        SIOCSIFCOMPAC   _IOW('p', 130, char)
 #define        SIOCSIFCOMPPROT _IOW('p', 131, char)
 #ifdef __STDC__
 #define        SIOCSIFCOMPAC   _IOW('p', 130, char)
 #define        SIOCSIFCOMPPROT _IOW('p', 131, char)