summaryrefslogtreecommitdiff
path: root/cups/cups-private.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
commitfb863569eb4f51ae62a066dc8049d3ffc0efb0bb (patch)
tree8a209d6684fc82600cbc303ffceedff8fb1d7b58 /cups/cups-private.h
parent941a5490cfa02953d2adcacb1838fd3d3e21976b (diff)
downloadcups-fb863569eb4f51ae62a066dc8049d3ffc0efb0bb.tar.gz
Move debug printfs to internal usage only.
Also, old MD5 code is internal-only.
Diffstat (limited to 'cups/cups-private.h')
-rw-r--r--cups/cups-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cups/cups-private.h b/cups/cups-private.h
index 451254ba4..2b363e6d6 100644
--- a/cups/cups-private.h
+++ b/cups/cups-private.h
@@ -16,7 +16,6 @@
*/
# include "string-private.h"
-# include "debug-private.h"
# include "array-private.h"
# include "ipp-private.h"
# include "http-private.h"
@@ -240,7 +239,7 @@ extern void _cupsAppleSetUseLastPrinter(int uselast) _CUPS_PRIVATE;
extern char *_cupsBufferGet(size_t size) _CUPS_PRIVATE;
extern void _cupsBufferRelease(char *b) _CUPS_PRIVATE;
-extern http_t *_cupsConnect(void) _CUPS_INTERNAL;
+extern http_t *_cupsConnect(void) _CUPS_PRIVATE;
extern char *_cupsCreateDest(const char *name, const char *info, const char *device_id, const char *device_uri, char *uri, size_t urisize) _CUPS_PRIVATE;
extern ipp_attribute_t *_cupsEncodeOption(ipp_t *ipp, ipp_tag_t group_tag, _ipp_option_t *map, const char *name, const char *value) _CUPS_PRIVATE;
extern int _cupsGet1284Values(const char *device_id, cups_option_t **values) _CUPS_PRIVATE;