diff options
Diffstat (limited to 'src/pluto/defs.h')
-rw-r--r-- | src/pluto/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/defs.h b/src/pluto/defs.h index 16298f01d..3bfb29a22 100644 --- a/src/pluto/defs.h +++ b/src/pluto/defs.h @@ -90,7 +90,7 @@ extern const char* concatenate_paths(const char *a, const char *b); extern const chunk_t empty_chunk; /* compare two chunks */ -extern bool cmp_chunk(chunk_t a, chunk_t b); +extern int cmp_chunk(chunk_t a, chunk_t b); /* move a chunk to a memory position and free it after insertion */ extern void mv_chunk(u_char **pos, chunk_t content); |