]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups.h
Finish up media improvements (Issue #5167)
[thirdparty/cups.git] / cups / cups.h
index 45de733e691c1ebda9a99c1e8a4de3d0defba955..225e6ca74710cbe058d2c5e207458d9e2d9453e2 100644 (file)
@@ -601,6 +601,7 @@ extern int          cupsAddIntegerOption(const char *name, int value, int num_options, c
 extern int             cupsGetIntegerOption(const char *name, int num_options, cups_option_t *options) _CUPS_API_2_2_4;
 
 /* New in CUPS 2.3 */
+extern int             cupsAddDestMediaOptions(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, unsigned flags, cups_size_t *size, int num_options, cups_option_t **options);
 extern const char      *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t bufsize) _CUPS_API_2_3;
 
 #  ifdef __cplusplus