aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/defs.c')
-rw-r--r--src/pluto/defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/defs.c b/src/pluto/defs.c
index 16f6a3949..9ae32a480 100644
--- a/src/pluto/defs.c
+++ b/src/pluto/defs.c
@@ -215,7 +215,7 @@ concatenate_paths(const char *a, const char *b)
/* compare two chunks, returns zero if a equals b
* negative/positive if a is earlier/later in the alphabet than b
*/
-bool
+int
cmp_chunk(chunk_t a, chunk_t b)
{
int cmp_len, len, cmp_value;