diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 19:34:47 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 19:34:47 +0200 |
commit | a2952398e5de8746a761a59686619d08d376bce3 (patch) | |
tree | df2373bb1119468873c667624769455c36dc3786 /ddb/db_macro.h | |
parent | ba1b3afd50913473f3036a63b4a82d7ba5c42009 (diff) | |
parent | 92e98a7f4d4fa75b286a067e1d1caef514fccb0d (diff) |
Merge branch 'master' into master-gdb_stubs
Diffstat (limited to 'ddb/db_macro.h')
-rw-r--r-- | ddb/db_macro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_macro.h b/ddb/db_macro.h index da5626f9..2c0a599b 100644 --- a/ddb/db_macro.h +++ b/ddb/db_macro.h @@ -30,9 +30,9 @@ 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 long db_arg_variable ( +extern void db_arg_variable ( struct db_variable *vp, db_expr_t *valuep, int flag, |