📄 courierdb.h
字号:
/* $Header: courierdb.h,v 1.1 87/01/05 12:09:41 ed Exp $ *//* description for the database of courier services, normally * in the file /etc/Courierservices */struct courierdbent { char *cr_programname; /* the name of the Courier program */ unsigned long cr_programnumber; /* official number of program */ unsigned short cr_version; /* version number of this server */ char *cr_description; /* file containing the Courier description */ char *cr_serverbin; /* file containing the server binary */};extern struct courierdbent *getcourierdbent();extern struct courierdbent *getcourierservice();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -