~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to cups/ppd.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: ppd.h 8673 2009-05-22 17:34:15Z mike $"
 
2
 * "$Id: ppd.h 8900 2009-11-20 17:06:25Z mike $"
3
3
 *
4
4
 *   PostScript Printer Description definitions for the Common UNIX Printing
5
5
 *   System (CUPS).
115
115
  PPD_ILLEGAL_OPTION_KEYWORD,           /* Illegal option keyword string */
116
116
  PPD_ILLEGAL_TRANSLATION,              /* Illegal translation string */
117
117
  PPD_ILLEGAL_WHITESPACE,               /* Illegal whitespace character */
118
 
  PPD_BAD_CUSTOM_PARAM                  /* Bad custom parameter */
 
118
  PPD_BAD_CUSTOM_PARAM,                 /* Bad custom parameter */
 
119
  PPD_MISSING_OPTION_KEYWORD,           /* Missing option keyword */
 
120
  PPD_BAD_VALUE,                        /* Bad value string */
 
121
  PPD_MAX_STATUS                        /* @private@ */
119
122
} ppd_status_t;
120
123
 
121
124
enum ppd_conform_e                      /**** Conformance Levels @since CUPS 1.1.19/Mac OS X 10.3@ ****/
424
427
#endif /* !_CUPS_PPD_H_ */
425
428
 
426
429
/*
427
 
 * End of "$Id: ppd.h 8673 2009-05-22 17:34:15Z mike $".
 
430
 * End of "$Id: ppd.h 8900 2009-11-20 17:06:25Z mike $".
428
431
 */