]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-types.patch
- rediff patches, rel 5
[packages/LPRng.git] / LPRng-types.patch
1 --- LPRng-3.8.23/src/include/lp.h.orig  2003-09-05 22:07:21.000000000 +0200
2 +++ LPRng-3.8.23/src/include/lp.h       2003-11-13 08:03:56.471808920 +0100
3 @@ -267,7 +267,7 @@
4  EXTERN char* Chooser_DYN;      /* choose the destination for a load balance queue */
5  EXTERN int Chooser_interval_DYN;       /* interval between tests for load balance destination */
6  EXTERN int Chooser_scan_queue_DYN;     /* scan the queue */
7 -EXTERN char* Chooser_routine_DYN;      /* choose the destination for a load balance queue */
8 +EXTERN int Chooser_routine_DYN;        /* choose the destination for a load balance queue */
9  EXTERN int Class_in_status_DYN;        /* Show class in status information */
10  EXTERN char* Comment_tag_DYN; /* comment identifying printer (LPQ) */
11  EXTERN char* Config_file_DYN;
12 @@ -392,7 +392,7 @@
13  EXTERN char* Prefix_Z_DYN; /* prefix -Z options on outgoing or filter*/
14  EXTERN char* Prefix_option_to_option_DYN; /* prefix option to option, ie, "z,o" */
15  EXTERN char* Printcap_path_DYN;
16 -EXTERN char* Printer_DYN;              /* Printe r name for logging */
17 +/* EXTERN char* Printer_DYN; duplicate??? */           /* Printe r name for logging */
18  EXTERN char* Printer_DYN;      /* printer name */
19  EXTERN char* Printer_perms_path_DYN;
20  EXTERN char* Queue_name_DYN;   /* Queue name used for spooling */
This page took 0.07751 seconds and 3 git commands to generate.