]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.h
Merge changes from CUPS 1.4svn-r8492.
[thirdparty/cups.git] / cups / globals.h
index 9a0a9984239972b745adbd767b8a3aebb92a7197..cdf4d1fec907a408398ca52e779f5871b247b200 100644 (file)
@@ -145,6 +145,7 @@ extern _cups_globals_t      *_cupsGlobals(void);
 extern void            _cupsSetError(ipp_status_t status, const char *message,
                                      int localize);
 extern void            _cupsSetHTTPError(http_status_t status);
+extern char            *_cupsUserDefault(char *name, size_t namesize);
 
 
 /*