Home
last modified time | relevance | path

Searched defs:condev (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/usr.bin/uucp/vms/
H A Duucp.h223 struct condev { struct
224 char *CU_meth; /* method, such as 'ACU' or 'DIR' */
225 char *CU_brand; /* brand, such as 'Hayes' or 'Vadic' */
226 int (*CU_gen)(); /* what to call to search for brands */
227 int (*CU_open)(); /* what to call to open brand */
228 int (*CU_clos)(); /* what to call to close brand */
/csrg-svn/usr.bin/uucp/includes/
H A Duucp.h307 struct condev { struct
308 char *CU_meth; /* method, such as 'ACU' or 'DIR' */
309 char *CU_brand; /* brand, such as 'Hayes' or 'Vadic' */
310 int (*CU_gen)(); /* what to call to search for brands */
311 int (*CU_open)(); /* what to call to open brand */
312 int (*CU_clos)(); /* what to call to close brand */