1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

ooops missed yet another file...

This commit is contained in:
Adrian Likins
1997-12-09 06:08:31 +00:00
parent 7461625cee
commit df5504e97f

View File

@@ -0,0 +1,7 @@
#ifndef __SCANNER_H__
#define __SCANNER_H__
void scanFromString (char *string);
void endScanningFromString (void);
#endif