diff options
Diffstat (limited to 'src/ckutil.h')
-rw-r--r-- | src/ckutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ckutil.h b/src/ckutil.h index b9d94db..1a8c162 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -59,8 +59,8 @@ extern void str_join_dirname_with_basename(char *ret, const char *path, * else returns 0. */ extern int str_is_empty(const char *s); -extern int swap_tilde_with_home(char *ret, const char *s, const char *home); -extern int swap_home_with_tilde(char *ret, const char *s, const char *home); +extern char *swap_tilde_with_home(char *ret, const char *s, const char *home); +extern char *swap_home_with_tilde(char *ret, const char *s, const char *home); /*********************/ /* utility functions */ |