summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index 713539941..327909240 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -140,7 +140,7 @@ extern void cupsdAddPrinterUser(cupsd_printer_t *p,
const char *username);
extern void cupsdCreateCommonData(void);
extern void cupsdDeleteAllPrinters(void);
-extern void cupsdDeletePrinter(cupsd_printer_t *p, int update);
+extern int cupsdDeletePrinter(cupsd_printer_t *p, int update);
extern cupsd_printer_t *cupsdFindDest(const char *name);
extern cupsd_printer_t *cupsdFindPrinter(const char *name);
extern cupsd_quota_t *cupsdFindQuota(cupsd_printer_t *p,