1 /*
2 	WARNING: This file was generated by the dkct program (see
3 	http://dktools.sourceforge.net/ for details).
4 	Changes you make here will be lost if dkct is run again!
5 	You should modify the original source and run dkct on it.
6 	Original source: dk3prreq.ctr
7 */
8 
9 /**	@file dk3prreq.h Header file for the dk3prreq module.
10 */
11 
12 #ifndef DK3PRREQ_H_INCLUDED
13 /** Avoid multiple inclusions. */
14 #define DK3PRREQ_H_INCLUDED 1
15 
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /**	Report all printers found in the current configuration.
22 	@param	pc	Print configuration.
23 */
24 void
25 dk3prreq_report(dk3_print_conf_t *pc);
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 
32 #endif
33