summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print/bsd-sysv-commands/common.h
diff options
context:
space:
mode:
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