summaryrefslogtreecommitdiff
path: root/scheduler/cupsd.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-03-21 22:24:16 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-03-21 22:24:16 +0000
commitf899b121701998b043508771602bb641a5f8d895 (patch)
tree5c2162ee35b1ed8baa8745020fda85a71c88945e /scheduler/cupsd.h
parent7594b2247beeb33717701f1c58d243995d7ab81a (diff)
downloadcups-f899b121701998b043508771602bb641a5f8d895.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@294 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/cupsd.h')
-rw-r--r--scheduler/cupsd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index 93b29b09b..9337f86bd 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -1,9 +1,9 @@
/*
- * "$Id: cupsd.h 6365 2007-03-19 20:56:57Z mike $"
+ * "$Id: cupsd.h 6376 2007-03-21 06:39:10Z mike $"
*
* Main header file for the Common UNIX Printing System (CUPS) scheduler.
*
- * Copyright 1997-2006 by Easy Software Products, all rights reserved.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
* property of Easy Software Products and are protected by Federal
@@ -220,12 +220,14 @@ extern int cupsdStartProcess(const char *command, char *argv[],
extern int cupsdAddSelect(int fd, cupsd_selfunc_t read_cb,
cupsd_selfunc_t write_cb, void *data);
extern int cupsdDoSelect(long timeout);
+#ifdef CUPSD_IS_SELECTING
extern int cupsdIsSelecting(int fd);
+#endif /* CUPSD_IS_SELECTING */
extern void cupsdRemoveSelect(int fd);
extern void cupsdStartSelect(void);
extern void cupsdStopSelect(void);
/*
- * End of "$Id: cupsd.h 6365 2007-03-19 20:56:57Z mike $".
+ * End of "$Id: cupsd.h 6376 2007-03-21 06:39:10Z mike $".
*/