aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_macro.c')
-rw-r--r--ddb/db_macro.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/ddb/db_macro.c b/ddb/db_macro.c
index d417abe1..63159d72 100644
--- a/ddb/db_macro.c
+++ b/ddb/db_macro.c
@@ -73,10 +73,10 @@ db_lookup_macro(const char *name)
void
db_def_macro_cmd(
- db_expr_t,
- boolean_t,
- db_expr_t,
- const char *)
+ db_expr_t addr,
+ int have_addr,
+ db_expr_t count,
+ const char * modif)
{
char *p;
int c;
@@ -108,10 +108,10 @@ db_def_macro_cmd(
void
db_del_macro_cmd(
- db_expr_t,
- boolean_t,
- db_expr_t,
- const char *)
+ db_expr_t addr,
+ int have_addr,
+ db_expr_t count,
+ const char * modif)
{
struct db_user_macro *mp;
@@ -128,10 +128,10 @@ db_del_macro_cmd(
void
db_show_macro(
- db_expr_t,
- boolean_t,
- db_expr_t,
- const char *)
+ db_expr_t addr,
+ int have_addr,
+ db_expr_t count,
+ const char * modif)
{
struct db_user_macro *mp;
int t;