summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_hexedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/regedit_hexedit.h')
-rw-r--r--source3/utils/regedit_hexedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/regedit_hexedit.h b/source3/utils/regedit_hexedit.h
index 1a2db912be..bca8324d8d 100644
--- a/source3/utils/regedit_hexedit.h
+++ b/source3/utils/regedit_hexedit.h
@@ -41,7 +41,7 @@ struct hexedit {
};
struct hexedit *hexedit_new(TALLOC_CTX *ctx, WINDOW *parent, int nlines,
- int y, int x, size_t sz);
+ int y, int x, const void *data, size_t sz);
void hexedit_set_cursor(struct hexedit *buf);
void hexedit_refresh(struct hexedit *buf);
void hexedit_driver(struct hexedit *buf, int c);