1 /***************************************************************************
2  * LPRng - An Extended Print Spooler System
3  *
4  * Copyright 1988-2003, Patrick Powell, San Diego, CA
5  *     papowell@lprng.com
6  * See LICENSE for conditions of use.
7  * $Id: getprinter.h,v 1.74 2004/09/24 20:19:59 papowell Exp $
8  ***************************************************************************/
9 
10 
11 
12 
13 #ifndef _GETPRINTER_H_
14 #define _GETPRINTER_H_ 1
15 
16 /* PROTOTYPES */
17 char *Get_printer(void);
18 void Fix_Rm_Rp_info(char *report_conflict, int report_len );
19 void Get_all_printcap_entries(void);
20 void Show_formatted_info( void );
21 void Show_all_printcap_entries( void );
22 
23 #endif
24