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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/script/cbottoken.h b/src/script/cbottoken.h
index c1a6a65..a4d69ea 100644
--- a/src/script/cbottoken.h
+++ b/src/script/cbottoken.h
@@ -25,12 +25,12 @@
// Procedures.
-extern char* RetObjectName(ObjectType type);
-extern char* RetObjectAlias(ObjectType type);
-extern char* RetHelpFilename(ObjectType type);
-extern char* RetHelpFilename(const char *token);
+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 bool IsType(const char *token);
extern bool IsFunction(const char *token);
-extern char* RetHelpText(const char *token);
+extern char* GetHelpText(const char *token);