summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-25 13:10:24 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commiteb657ada4c1ec432fc0e3aec0b9f4d796efed428 (patch)
tree7730e730edff4435daed57dbdc6fca7b45542c26 /src/types.h
parent07abe10e701b6e6d5acbfc79db665e29bceeb0ab (diff)
Split hooks into separate header
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 92aa428b..b9529436 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2226,7 +2226,7 @@ struct power_type
};
/* Hooks */
-typedef bool_ (*hook_type)(char *fmt);
+typedef bool_ (*hook_type)(const char *fmt);
typedef struct hook_move_in hook_move_in;
struct hook_move_in {