~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to cupsfilters/image.h

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2015-01-15 18:06:05 UTC
  • mfrom: (1.2.25)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: package-import@ubuntu.com-20150115180605-fnfbqv85k3y5zggk
Tags: upstream-1.0.62
ImportĀ upstreamĀ versionĀ 1.0.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *   This file is subject to the Apple OS-Developed Software exception.
16
16
 */
17
17
 
18
 
#ifndef _CUPS_IMAGE_H_
19
 
#  define _CUPS_IMAGE_H_
 
18
#ifndef _CUPS_FILTERS_IMAGE_H_
 
19
#  define _CUPS_FILTERS_IMAGE_H_
20
20
 
21
21
/*
22
22
 * Include necessary headers...
123
123
}
124
124
#  endif /* __cplusplus */
125
125
 
126
 
#endif /* !_CUPS_IMAGE_H_ */
 
126
#endif /* !_CUPS_FILTERS_IMAGE_H_ */
127
127
 
128
128
/*
129
129
 * End of "$Id$".