From df5504e97f8be41140594198c7fe04eaae73a593 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 9 Dec 1997 06:08:31 +0000 Subject: [PATCH] ooops missed yet another file... --- plug-ins/mathmap/scanner.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plug-ins/mathmap/scanner.h diff --git a/plug-ins/mathmap/scanner.h b/plug-ins/mathmap/scanner.h new file mode 100644 index 0000000000..d248f6ce5a --- /dev/null +++ b/plug-ins/mathmap/scanner.h @@ -0,0 +1,7 @@ +#ifndef __SCANNER_H__ +#define __SCANNER_H__ + +void scanFromString (char *string); +void endScanningFromString (void); + +#endif