summaryrefslogtreecommitdiff
path: root/ddb/db_write_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_write_cmd.c')
-rw-r--r--ddb/db_write_cmd.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/ddb/db_write_cmd.c b/ddb/db_write_cmd.c
index 46a2ee32..cfc2b703 100644
--- a/ddb/db_write_cmd.c
+++ b/ddb/db_write_cmd.c
@@ -43,6 +43,7 @@
#include <ddb/db_output.h>
#include <ddb/db_sym.h>
#include <ddb/db_task_thread.h>
+#include <ddb/db_write_cmd.h>
@@ -51,11 +52,11 @@
*/
/*ARGSUSED*/
void
-db_write_cmd(address, have_addr, count, modif)
- db_expr_t address;
- boolean_t have_addr;
- db_expr_t count;
- const char * modif;
+db_write_cmd(
+ db_expr_t address,
+ boolean_t have_addr,
+ db_expr_t count,
+ const char * modif)
{
db_addr_t addr;
db_expr_t old_value;