summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r--src/pyscanner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h
index a277b55..03dce0b 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -54,4 +54,6 @@ class PythonLanguageScanner : public ParserInterface
void parsePrototype(const char *text);
};
+void pyscanFreeScanner();
+
#endif