]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/util.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / util.c
index b76826f0ad1123829fa856bab4d4d874348d9600..966c682505d9179a043163908afb54f8689da1a8 100644 (file)
@@ -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 $".
  */