📄 dvent.h
字号:
/*+------------------------------------------------------------------------- dvent.h - HDB UUCP Devices file entry (a la pwent.h) wht@n4hgf.Mt-Park.GA.US--------------------------------------------------------------------------*//*+:EDITS:*//*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 *//*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA *//*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files *//*:12-01-1991-12:38-wht@n4hgf-new typedef for striuct dvent *//*:07-25-1991-12:55-wht@n4hgf-ECU release 3.10 *//*:08-14-1990-20:39-wht@n4hgf-ecu3.00-flush old edit history */#ifndef _dvent_h#define _dvent_htypedef struct dvent{ char *type; /* ACU or Direct */ char *line; /* tty name "ttyxx"-style */ char *dialer; /* "801" dialer line */ uint low_baud; /* lowest baud rate */ uint high_baud; /* highest baud rate */ char *dialprog; /* dialer program */ char *token; /* token to be passed to the dialer */} DVE;DVE *getdvent();DVE *getdvbaud();DVE *getdvline();void enddvent();#endif /* _dvent_h *//* vi: set tabstop=4 shiftwidth=4: *//* end of dvent.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -