123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- typedef struct ecp_options {
- bool required;
- unsigned enctype;
- } ecp_options;
- extern fsm ecp_fsm[];
- extern ecp_options ecp_wantoptions[];
- extern ecp_options ecp_gotoptions[];
- extern ecp_options ecp_allowoptions[];
- extern ecp_options ecp_hisoptions[];
- extern struct protent ecp_protent;
|