File: batch.h

package info (click to toggle)
gimp 1.0.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 17,116 kB
  • ctags: 16,070
  • sloc: ansic: 226,067; lisp: 8,497; sh: 4,965; makefile: 4,543
file content (8 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#ifndef __BATCH_H__
#define __BATCH_H__


void batch_init (void);


#endif /* __BATCH_H__ */