summaryrefslogtreecommitdiff
path: root/ddb/db_macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_macro.h')
-rw-r--r--ddb/db_macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_macro.h b/ddb/db_macro.h
index 525eead..2c0a599 100644
--- a/ddb/db_macro.h
+++ b/ddb/db_macro.h
@@ -30,7 +30,7 @@ extern void db_del_macro_cmd (void);
extern void db_show_macro (void);
-extern int db_exec_macro (char *name);
+extern int db_exec_macro (const char *name);
extern void db_arg_variable (
struct db_variable *vp,