summaryrefslogtreecommitdiffstats
path: root/src/script/cmdtoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cmdtoken.h')
-rw-r--r--src/script/cmdtoken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/cmdtoken.h b/src/script/cmdtoken.h
index 5b228f8..70e1441 100644
--- a/src/script/cmdtoken.h
+++ b/src/script/cmdtoken.h
@@ -30,7 +30,7 @@
// Procedures.
-extern BOOL Cmd(char *line, char *token);
+extern bool Cmd(char *line, char *token);
extern char* SearchOp(char *line, char *op);
extern int GetInt(char *line, int rank, int def);