aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ckutil.h')
-rw-r--r--src/ckutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ckutil.h b/src/ckutil.h
index 8ca9ca1..72216ef 100644
--- a/src/ckutil.h
+++ b/src/ckutil.h
@@ -59,6 +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_and_home(char *ret, const char *s);
+
/*********************/
/* utility functions */
/*********************/