summaryrefslogtreecommitdiffstats
path: root/src/script/cbottoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cbottoken.h')
-rw-r--r--src/script/cbottoken.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script/cbottoken.h b/src/script/cbottoken.h
index a4d69ea..4be5f03 100644
--- a/src/script/cbottoken.h
+++ b/src/script/cbottoken.h
@@ -25,10 +25,10 @@
// Procedures.
-extern const char* GetObjectName(ObjectType type);
-extern const char* GetObjectAlias(ObjectType type);
-extern const char* GetHelpFilename(ObjectType type);
-extern const char* GetHelpFilename(const char *token);
+extern char* GetObjectName(ObjectType type);
+extern char* GetObjectAlias(ObjectType type);
+extern char* GetHelpFilename(ObjectType type);
+extern char* GetHelpFilename(const char *token);
extern bool IsType(const char *token);
extern bool IsFunction(const char *token);
extern char* GetHelpText(const char *token);