Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Swen Boehm
sds-keyval
Commits
d2e1f59a
Commit
d2e1f59a
authored
Nov 06, 2019
by
Swen Boehm
Browse files
Fix types for sdskv_compare_fn
parent
9d73e02a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/sdskv-server.h
View file @
d2e1f59a
...
...
@@ -21,7 +21,7 @@ extern "C" {
#define SDSKV_COMPARE_DEFAULT NULL
typedef
struct
sdskv_server_context_t
*
sdskv_provider_t
;
typedef
int
(
*
sdskv_compare_fn
)(
const
void
*
,
size_t
,
const
void
*
,
size_t
);
typedef
int
(
*
sdskv_compare_fn
)(
const
void
*
,
hg_
size_t
,
const
void
*
,
hg_
size_t
);
typedef
struct
sdskv_config_t
{
const
char
*
db_name
;
// name of the database
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment