1: /* $Header$ */
2:
3: /* description for the database of courier services, normally
4: * in the file /etc/Courierservices
5: */
6:
7: struct courierdbent {
8: char *cr_programname; /* the name of the Courier program */
9: unsigned long cr_programnumber; /* official number of program */
10: unsigned short cr_version; /* version number of this server */
11: char *cr_description; /* file containing the Courier description */
12: char *cr_serverbin; /* file containing the server binary */
13: };
14:
15: extern struct courierdbent *getcourierdbent();
16: extern struct courierdbent *getcourierservice();
Defined struct's
Usage of this include