summaryrefslogtreecommitdiff
path: root/src/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.h b/src/script.h
index c268eb5..dd37899 100644
--- a/src/script.h
+++ b/src/script.h
@@ -37,7 +37,7 @@ struct binding
int registered;
int (*bd_Init) __P((void));
int (*bd_Finit) __P((void));
- int (*bd_call) __P((char *func, char **argv));
+ int (*bd_call) __P((const char *func, const char **argv));
/*Returns zero on failure, non zero on success*/
int (*bd_Source) __P((const char *, int));
struct binding *b_next;