]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ccp.c
add data_name to struct protent
[ppp.git] / pppd / ccp.c
index 7c6b8c7824b14ac4f4e9fb38782ebbdbf50a994a..05cca767093158ca9b61d95360803ac3d92aa7fc 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: ccp.c,v 1.25 1999/03/16 03:15:12 paulus Exp $";
+static char rcsid[] = "$Id: ccp.c,v 1.26 1999/03/16 22:54:38 paulus Exp $";
 #endif
 
 #include <stdlib.h>
@@ -107,6 +107,7 @@ struct protent ccp_protent = {
     ccp_datainput,
     1,
     "CCP",
+    "Compressed",
     ccp_option_list,
     NULL,
     NULL,