gimp/plug-ins/gimpressionist/infile.h
Shlomi Fish 8252d3887d Moved the global declarations of img_has_alpha and create_colorpage to
* plug-ins/gimpressionist/: Moved the global declarations of
img_has_alpha and create_colorpage to more specialized headers.
2004-07-13 20:58:02 +00:00

16 lines
212 B
C

#ifndef __INFILE_H
#define __INFILE_H
#include "ppmtool.h"
/* Globals */
extern gboolean img_has_alpha;
/* Prototypes */
void infile_copy_to_ppm(ppm_t * p);
void infile_copy_alpha_to_ppm(ppm_t * p);
#endif