summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppd/cbcp.h
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-04-17 14:51:14 +0000
committerMystery Man <unknown@mandriva.org>2003-04-17 14:51:14 +0000
commitef016519fadd0d52908858470a704cce6a8ceeff (patch)
tree7dda80ef3508a0b6422cc2ea34ce1d933b81f2a4 /mdk-stage1/ppp/pppd/cbcp.h
parent327bd24f8e4291bd1882de1990dd7339f781a9cb (diff)
downloaddrakx-ef016519fadd0d52908858470a704cce6a8ceeff.tar
drakx-ef016519fadd0d52908858470a704cce6a8ceeff.tar.gz
drakx-ef016519fadd0d52908858470a704cce6a8ceeff.tar.bz2
drakx-ef016519fadd0d52908858470a704cce6a8ceeff.tar.xz
drakx-ef016519fadd0d52908858470a704cce6a8ceeff.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_55mdk'.V1_1_9_55mdk
Diffstat (limited to 'mdk-stage1/ppp/pppd/cbcp.h')
-rw-r--r--mdk-stage1/ppp/pppd/cbcp.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/mdk-stage1/ppp/pppd/cbcp.h b/mdk-stage1/ppp/pppd/cbcp.h
deleted file mode 100644
index c2ab3f689..000000000
--- a/mdk-stage1/ppp/pppd/cbcp.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef CBCP_H
-#define CBCP_H
-
-typedef struct cbcp_state {
- int us_unit; /* Interface unit number */
- u_char us_id; /* Current id */
- u_char us_allowed;
- int us_type;
- char *us_number; /* Telefone Number */
-} cbcp_state;
-
-extern cbcp_state cbcp[];
-
-extern struct protent cbcp_protent;
-
-#define CBCP_MINLEN 4
-
-#define CBCP_REQ 1
-#define CBCP_RESP 2
-#define CBCP_ACK 3
-
-#define CB_CONF_NO 1
-#define CB_CONF_USER 2
-#define CB_CONF_ADMIN 3
-#define CB_CONF_LIST 4
-#endif