diff options
Diffstat (limited to 'src/pluto/defs.c')
-rw-r--r-- | src/pluto/defs.c | 2 |
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; |