summaryrefslogtreecommitdiff
path: root/cups/cups-private.h
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-12-14 14:23:51 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2017-12-14 14:23:51 -0500
commit841a2216d922dbb284233656c4395eb1ffa7b2f9 (patch)
treea080abaa345603d03baaf59d6ce1a3353c7c4061 /cups/cups-private.h
parent8d59b9f7490653ec79a75449fc45875b0c1d73a7 (diff)
downloadcups-841a2216d922dbb284233656c4395eb1ffa7b2f9.tar.gz
Factor out the option to IPP attribute encoding code into a new private API.
Diffstat (limited to 'cups/cups-private.h')
-rw-r--r--cups/cups-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/cups-private.h b/cups/cups-private.h
index 2f65faf7c..847f5e32a 100644
--- a/cups/cups-private.h
+++ b/cups/cups-private.h
@@ -231,6 +231,7 @@ extern void _cupsBufferRelease(char *b);
extern http_t *_cupsConnect(void);
extern char *_cupsCreateDest(const char *name, const char *info, const char *device_id, const char *device_uri, char *uri, size_t urisize);
+extern void _cupsEncodeOption(ipp_t *ipp, ipp_tag_t group_tag, _ipp_option_t *map, const char *name, const char *value);
extern int _cupsGet1284Values(const char *device_id,
cups_option_t **values);
extern const char *_cupsGetDestResource(cups_dest_t *dest, char *resource,