]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/string.h
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / cups / string.h
index 1cec6aeecd02751bdbfc2deaddedacc79ed37a1d..76955c6654db55f95e596e4cb67b045e30213c71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: string.h 5238 2006-03-07 04:41:42Z mike $"
+ * "$Id: string.h 177 2006-06-21 00:20:03Z jlovell $"
  *
  *   String definitions for the Common UNIX Printing System (CUPS).
  *
  * Include necessary headers...
  */
 
-#  include <config.h>
-
 #  include <stdio.h>
+#  include <stdlib.h>
 #  include <stdarg.h>
 #  include <ctype.h>
 #  include <locale.h>
 
+#  include <config.h>
+
 #  ifdef HAVE_STRING_H
 #    include <string.h>
 #  endif /* HAVE_STRING_H */
@@ -131,6 +132,7 @@ extern int  _cups_vsnprintf(char *, size_t, const char *, va_list);
  */
 
 extern char    *_cupsStrAlloc(const char *s);
+extern void    _cupsStrFlush(void);
 extern void    _cupsStrFree(const char *s);
 extern size_t  _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes);
 
@@ -156,5 +158,5 @@ extern double       _cupsStrScand(const char *buf, char **bufptr,
 #endif /* !_CUPS_STRING_H_ */
 
 /*
- * End of "$Id: string.h 5238 2006-03-07 04:41:42Z mike $".
+ * End of "$Id: string.h 177 2006-06-21 00:20:03Z jlovell $".
  */