]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/debug.h
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / cups / debug.h
index e13335bfce523267748582bfa276511356ce9ee7..e051be4f78f7de4aa84472450d33bfa91f60f308 100644 (file)
@@ -70,6 +70,7 @@ extern "C" {
  */
 
 extern int     _cups_debug_fd;
+extern int     _cups_debug_level;
 extern void    _cups_debug_printf(const char *format, ...)
 #ifdef __GNUC__
 __attribute__ ((__format__ (__printf__, 1, 2)))