summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print/bsd-sysv-commands/common.h
diff options
context:
space:
mode:
authorsonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>2009-04-09 23:37:50 -0700
committersonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>2009-04-09 23:37:50 -0700
commitf0b87b902adb4cdfe4ad24ea596a7311ddbb2953 (patch)
treedf5d3435e267baa0cf0483c2ca43b499f51514b8 /usr/src/cmd/print/bsd-sysv-commands/common.h
parent40e7ce05bde825a43b0db32ded62db8cc5b6ec9c (diff)
downloadillumos-joyent-f0b87b902adb4cdfe4ad24ea596a7311ddbb2953.tar.gz
6815222 lpstat -o reports incorrect job# for general user
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands/common.h')
-rw-r--r--usr/src/cmd/print/bsd-sysv-commands/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/print/bsd-sysv-commands/common.h b/usr/src/cmd/print/bsd-sysv-commands/common.h
index 4a74be0abf..a729930bd5 100644
--- a/usr/src/cmd/print/bsd-sysv-commands/common.h
+++ b/usr/src/cmd/print/bsd-sysv-commands/common.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
*/
@@ -30,8 +30,6 @@
/* $Id: common.h 162 2006-05-08 14:17:44Z njacobs $ */
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <papi.h>
#include <config-site.h>
@@ -63,6 +61,8 @@ extern int is_postscript_stream(int fd, char *buf, int *len);
extern int cli_auth_callback(papi_service_t svc, void *app_data);
+extern int32_t job_to_be_queried(papi_service_t svc, char *printer, int32_t id);
+
#ifdef __cplusplus
}
#endif