]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups-private.h
Factor out the option to IPP attribute encoding code into a new private API.
[thirdparty/cups.git] / cups / cups-private.h
index 2f65faf7cd94a7800539602a58af789c779947ac..847f5e32adc19294b6be9fc537248b4a5de13b76 100644 (file)
@@ -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,