summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-09-30 21:29:56 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-09-30 21:29:56 +0000
commit996acce8760c538b9fee69c99f274ffc27744386 (patch)
tree20ddc829fe212839e8d498175df43f1d6a75152d /scheduler/conf.h
parent5f8f4499daffc632431cd30e062dd8251980a67d (diff)
downloadcups-996acce8760c538b9fee69c99f274ffc27744386.tar.gz
Save work.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11321 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index b5cdde246..034e7211a 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -279,6 +279,9 @@ extern int cupsdCheckProgram(const char *filename, cupsd_printer_t *p);
extern int cupsdDefaultAuthType(void);
extern void cupsdFreeAliases(cups_array_t *aliases);
extern char *cupsdGetDateTime(struct timeval *t, cupsd_time_t format);
+extern int cupsdLogClient(cupsd_client_t *con, int level,
+ const char *message, ...)
+ __attribute__((__format__(__printf__, 3, 4)));
extern void cupsdLogFCMessage(void *context, _cups_fc_result_t result,
const char *message);
#ifdef HAVE_GSSAPI