summaryrefslogtreecommitdiff
path: root/ddb/db_write_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_write_cmd.h')
-rw-r--r--ddb/db_write_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_write_cmd.h b/ddb/db_write_cmd.h
index 056be47..3a1d057 100644
--- a/ddb/db_write_cmd.h
+++ b/ddb/db_write_cmd.h
@@ -29,6 +29,6 @@ void db_write_cmd(
db_expr_t address,
boolean_t have_addr,
db_expr_t count,
- char * modif);
+ const char * modif);
#endif /* !_DDB_DB_WRITE_CMD_H_ */