mirror of https://github.com/GNOME/gimp.git
ooops missed yet another file...
This commit is contained in:
parent
7461625cee
commit
df5504e97f
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef __SCANNER_H__
|
||||||
|
#define __SCANNER_H__
|
||||||
|
|
||||||
|
void scanFromString (char *string);
|
||||||
|
void endScanningFromString (void);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue