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: readstatus.h,v 1.1.1.1 2008/10/15 03:28:27 james26_jang Exp $
8 ***************************************************************************/
9
10
11
12#ifndef _READSTATUS_H_
13#define _READSTATUS_H_ 1
14
15
16
17/* PROTOTYPES */
18
19int Read_status_info( char *host, int sock,
20    int output, int timeout, int displayformat,
21    int longformat, int status_line_count, int lp_mode );
22
23
24int Pr_status_check( char *name );
25void Pr_status_clear( void );
26
27#endif
28