]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/util.c
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / scheduler / util.c
index b76826f0ad1123829fa856bab4d4d874348d9600..2771f12a8ebe0ce387bbf8a145d9e5a3236a5407 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: util.c 4719 2005-09-28 21:12:44Z mike $"
+ * "$Id: util.c 177 2006-06-21 00:20:03Z jlovell $"
  *
  *   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 177 2006-06-21 00:20:03Z jlovell $".
  */