summaryrefslogtreecommitdiff
path: root/scheduler/util.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
commite1d6a77454308ff30d6da778be9d7b570e4f00b0 (patch)
tree09f41cca65fb9a0a32c51bd261d2fcffc1c1a17b /scheduler/util.c
parent480ef0fe29ab803f49dd87a7a21a6c61648539b8 (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@92 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/util.c')
-rw-r--r--scheduler/util.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/scheduler/util.c b/scheduler/util.c
index b76826f0a..966c68250 100644
--- a/scheduler/util.c
+++ b/scheduler/util.c
@@ -1,5 +1,5 @@
/*
- * "$Id: util.c 4719 2005-09-28 21:12:44Z mike $"
+ * "$Id: util.c 5305 2006-03-18 03:05:12Z mike $"
*
* Mini-daemon utility functions for the Common UNIX Printing System (CUPS).
*
@@ -194,6 +194,7 @@ cupsdSendIPPHeader(
}
+#if 0 /* Not currently used */
/*
* 'cupsdSendIPPInteger()' - Send an integer attribute.
*/
@@ -225,6 +226,7 @@ cupsdSendIPPInteger(
putchar(value >> 8);
putchar(value);
}
+#endif /* 0 */
/*
@@ -275,5 +277,5 @@ cupsdSendIPPTrailer(void)
/*
- * End of "$Id: util.c 4719 2005-09-28 21:12:44Z mike $".
+ * End of "$Id: util.c 5305 2006-03-18 03:05:12Z mike $".
*/