mirror of https://github.com/GNOME/gimp.git
9 lines
93 B
C
9 lines
93 B
C
|
#ifndef __BATCH_H__
|
||
|
#define __BATCH_H__
|
||
|
|
||
|
|
||
|
void batch_init (void);
|
||
|
|
||
|
|
||
|
#endif /* __BATCH_H__ */
|