diff options
Diffstat (limited to 'lib/qpath.h')
-rw-r--r-- | lib/qpath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/qpath.h b/lib/qpath.h index 23b710a6..9b0509d7 100644 --- a/lib/qpath.h +++ b/lib/qpath.h @@ -85,12 +85,14 @@ Inline qpath qpath_dup(const qpath qp) ; Inline qpath qpath_dup_str(const char* src) ; extern qpath qpath_getcwd(qpath dst) ; +extern qpath qpath_get_home(qpath qp, const char* name) ; extern int qpath_setcwd(qpath dst) ; extern int qpath_stat(qpath qp, struct stat* stat) ; extern int qpath_stat_is_file(qpath qp) ; extern int qpath_stat_is_directory(qpath qp) ; extern qpath qpath_shave(qpath qp) ; +extern bool qpath_has_trailing_slash(qpath qp) ; extern qpath qpath_append(qpath dst, const qpath src) ; extern qpath qpath_append_qs(qpath dst, const qstring src) ; |