summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-expr.h')
-rw-r--r--src/map/magic-expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-expr.h b/src/map/magic-expr.h
index 657dcb7..e912d14 100644
--- a/src/map/magic-expr.h
+++ b/src/map/magic-expr.h
@@ -47,7 +47,7 @@ typedef struct op
* @param name The name to look up
* @return A function of that name, or NULL, and a function index
*/
-fun_t *magic_get_fun (char *name, int *index);
+fun_t *magic_get_fun (const char *name, int *index);
/**
* Retrieves an operation by name