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();
Last modified: 1986-03-13
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 747
Valid CSS Valid XHTML 1.0 Strict