diff options
Diffstat (limited to 'src/pluto/defs.c')
-rw-r--r-- | src/pluto/defs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pluto/defs.c b/src/pluto/defs.c index 84c269aa0..7b327e7e0 100644 --- a/src/pluto/defs.c +++ b/src/pluto/defs.c @@ -68,8 +68,7 @@ temporary_cyclic_buffer(void) /* concatenates two sub paths into a string with a maximum size of BUF_LEN * use for temporary storage only */ -const char* -concatenate_paths(const char *a, const char *b) +char* concatenate_paths(char *a, char *b) { char *c; |