summaryrefslogtreecommitdiff
path: root/source3/tdb/include/tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb/include/tdb.h')
-rw-r--r--source3/tdb/include/tdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/include/tdb.h b/source3/tdb/include/tdb.h
index 51bf709f44..dafe2a130e 100644
--- a/source3/tdb/include/tdb.h
+++ b/source3/tdb/include/tdb.h
@@ -60,7 +60,7 @@ enum tdb_debug_level {TDB_DEBUG_FATAL = 0, TDB_DEBUG_ERROR,
TDB_DEBUG_WARNING, TDB_DEBUG_TRACE};
typedef struct TDB_DATA {
- char *dptr;
+ unsigned char *dptr;
size_t dsize;
} TDB_DATA;