Add some types for later use
This commit is contained in:
@@ -1248,6 +1248,14 @@ typedef struct dictstat
|
||||
|
||||
} dictstat_t;
|
||||
|
||||
typedef struct hashdump
|
||||
{
|
||||
int version;
|
||||
|
||||
hashes_t hashes;
|
||||
|
||||
} hashdump_t;
|
||||
|
||||
typedef struct dictstat_ctx
|
||||
{
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user