~ubuntu-branches/ubuntu/precise/foomatic-filters/precise-proposed

« back to all changes in this revision

Viewing changes to options.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud, Didier Raboud, Translation updates
  • Date: 2011-08-03 17:20:54 UTC
  • mfrom: (1.2.6 upstream) (2.1.55 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110803172054-bf45a2sybupeiavc
Tags: 4.0.9-1
* New upstream release
  - Fixed build of foomatic-rip on systems without D-Bus.

[ Didier Raboud]
* Uploaders update:
  - Drop Chris Lawrence, with his consent and great thanks for the 6 years
    of work on foomatic-filters.
  + Add Till Kamppeter.
* Bump Standards-Version to 3.9.2 without changes needed.

[ Translation updates ]
* Danish (new translation, Joe Dalton, Closes: #614294)

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
int build_commandline(int optset, dstr_t *cmdline, int pdfcmdline);
178
178
 
179
179
void set_options_for_page(int optset, int page);
 
180
const char *get_icc_profile_for_qualifier(const char **qualifier);
 
181
const char **get_ppd_qualifier(void);
180
182
 
181
183
#endif
182
184