summaryrefslogtreecommitdiff
path: root/src/cat/TPTScriptInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
-rw-r--r--src/cat/TPTScriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/TPTScriptInterface.h b/src/cat/TPTScriptInterface.h
index 3cb0b5f..dea284e 100644
--- a/src/cat/TPTScriptInterface.h
+++ b/src/cat/TPTScriptInterface.h
@@ -7,6 +7,7 @@
class TPTScriptInterface: public CommandInterface {
protected:
AnyType eval(std::deque<std::string> * words);
+ int parseNumber(char * stringData);
AnyType tptS_set(std::deque<std::string> * words);
AnyType tptS_create(std::deque<std::string> * words);
AnyType tptS_delete(std::deque<std::string> * words);