mirror of https://github.com/GNOME/gimp.git
7 lines
145 B
C
7 lines
145 B
C
|
#ifndef __GIMP_HISTOGRAM_F_H__
|
||
|
#define __GIMP_HISTOGRAM_F_H__
|
||
|
|
||
|
typedef struct _GimpHistogram GimpHistogram;
|
||
|
|
||
|
#endif /* __GIMP_HISTOGRAM_F_H__ */
|