gimp/app/gimphistogramF.h
jaycox 3ece2f7e4e new file containing typedef for GimpHistogram.
* app/gimphistogramF.h: new file containing typedef for
 	GimpHistogram.

	* app/gimphistogram.h: moved GimpHistogram typedef to
 	gimphistogramF.h

	* app/lut_funcs.h: include gimphistogramF.h again now that the
 	file actually exists.
1999-04-10 04:13:42 +00:00

7 lines
145 B
C

#ifndef __GIMP_HISTOGRAM_F_H__
#define __GIMP_HISTOGRAM_F_H__
typedef struct _GimpHistogram GimpHistogram;
#endif /* __GIMP_HISTOGRAM_F_H__ */