|
|
1.1 ! root 1: /* ! 2: * ldev.h ! 3: * ! 4: * Header file for all things related to uucp Devices File. ! 5: */ ! 6: ! 7: #include <stdio.h> ! 8: ! 9: #define LDEV "/usr/lib/uucp/L-devices" ! 10: ! 11: /* ! 12: * Ordered list of fields in a single logical line of the uucp Devices ! 13: * file. These keywords can be used as arguments to ldev_value(). ! 14: * LDEVLAST_e should always be the last entry in enum ldev_e! ! 15: */ ! 16: ! 17: typedef enum lsys_e { ! 18: type_e, lline_e, rline_e, baud_e, brand_e, LDEVLAST_e ! 19: } LDEV_E; ! 20: ! 21: extern char *ldev_value();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.