summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2011-07-25 12:12:37 +0200
committerTill Kamppeter <till.kamppeter@gmail.com>2011-07-25 12:12:37 +0200
commit42ee8d6f2f301053f66914615903388268df350b (patch)
tree9760c45ab565f0299cfe675c40d0a60f5f5facdd /options.h
parent9fab5a9c23dedd5b6e6e20959497e20291c0c6da (diff)
foomatic-filters 4.0.8-0ubuntu1ubuntu/4.0.8-0ubuntu1
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index db7c3e9..242e8f2 100644
--- a/options.h
+++ b/options.h
@@ -177,6 +177,8 @@ void append_page_setup_section(dstr_t *str, int optset, int comments);
int build_commandline(int optset, dstr_t *cmdline, int pdfcmdline);
void set_options_for_page(int optset, int page);
+const char *get_icc_profile_for_qualifier(const char **qualifier);
+const char **get_ppd_qualifier(void);
#endif