mirror of https://github.com/GNOME/gimp.git
13 lines
353 B
C
13 lines
353 B
C
#ifndef gimp_composite_vis_h
|
|
#define gimp_composite_vis_h
|
|
|
|
extern gboolean gimp_composite_vis_init (void);
|
|
|
|
/*
|
|
* The function gimp_composite_*_install() is defined in the code generated by make-install.py
|
|
* I hate to create a .h file just for that declaration, so I do it here (for now).
|
|
*/
|
|
extern gboolean gimp_composite_vis_install (void);
|
|
|
|
#endif
|