mirror of https://github.com/GNOME/gimp.git
13 lines
369 B
C
13 lines
369 B
C
#ifndef gimp_composite_altivec_h
|
|
#define gimp_composite_altivec_h
|
|
|
|
extern gboolean gimp_composite_altivec_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_altivec_install (void);
|
|
|
|
#endif
|