4 typedef struct cbcp_state {
5 int us_unit; /* Interface unit number */
6 u_char us_id; /* Current id */
9 char *us_number; /* Telefone Number */
12 extern cbcp_state cbcp[];
14 extern struct protent cbcp_protent;
23 #define CB_CONF_USER 2
24 #define CB_CONF_ADMIN 3
25 #define CB_CONF_LIST 4