X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fcups-private.h;h=2b363e6d63427db4d1dde0ef539ce5e4c5bacf40;hb=fb863569eb4f51ae62a066dc8049d3ffc0efb0bb;hp=451254ba4d1bad8ec3d96647484581ba4cbe1458;hpb=941a5490cfa02953d2adcacb1838fd3d3e21976b;p=thirdparty%2Fcups.git 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;