mirror of https://github.com/GNOME/gimp.git
7 lines
114 B
C
7 lines
114 B
C
|
#ifndef __GIMPLISTF_H__
|
||
|
#define __GIMPLISTF_H__
|
||
|
|
||
|
typedef struct _GimpList GimpList;
|
||
|
|
||
|
#endif /* __GIMPLISTF_H__ */
|