|
|
1.1 ! root 1: /* ! 2: * lsys.h ! 3: * ! 4: * Header file for all things related to uucp Systems File. ! 5: */ ! 6: ! 7: #include <stdio.h> ! 8: ! 9: #define LSYS "/usr/lib/uucp/L.sys" ! 10: #define MAXCHAT 20 /* Max Num of Expect/Send Pairs */ ! 11: ! 12: /* ! 13: * Ordered list of fields in a single logical line of the uucp Systems ! 14: * file. These keywords can be used as arguments to lsys_value(). ! 15: * LSYSLAST_e should always be the last entry in enum lsys_e! ! 16: */ ! 17: ! 18: typedef enum lsys_e { ! 19: sys_e, sched_e, device_e, speed_e, phone_e, LSYSLAST_e ! 20: } LSYS_E; ! 21: ! 22: extern char *lsys_value(); ! 23: extern char *lsys_expect(); ! 24: extern char *lsys_send();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.