]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ccp.c
add demand, idle, holdoff and welcomer options;
[ppp.git] / pppd / ccp.c
index 836d5064af309e9aac2eab923afeeeb944f208d0..fb95ac57fd318144c38a020a64dd7d201d3c719f 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: ccp.c,v 1.13 1995/12/18 03:43:40 paulus Exp $";
+static char rcsid[] = "$Id: ccp.c,v 1.14 1996/01/01 22:55:26 paulus Exp $";
 #endif
 
 #include <syslog.h>
@@ -40,7 +40,7 @@ static char rcsid[] = "$Id: ccp.c,v 1.13 1995/12/18 03:43:40 paulus Exp $";
 struct protent ccp_protent = {
     PPP_CCP, ccp_init, ccp_input, ccp_protrej,
     ccp_lowerup, ccp_lowerdown, ccp_open, ccp_close,
-    ccp_printpkt, NULL, 1, "CCP"
+    ccp_printpkt, NULL, 1, "CCP", NULL, NULL
 };
 
 fsm ccp_fsm[NUM_PPP];