summaryrefslogtreecommitdiffstats
path: root/src/polypcore/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/util.h')
-rw-r--r--src/polypcore/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polypcore/util.h b/src/polypcore/util.h
index f05339c4..ca81b229 100644
--- a/src/polypcore/util.h
+++ b/src/polypcore/util.h
@@ -55,6 +55,8 @@ char *pa_get_home_dir(char *s, size_t l);
const char *pa_path_get_filename(const char *p);
+char *pa_parent_dir(const char *fn);
+
struct timeval *pa_gettimeofday(struct timeval *tv);
pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b);
int pa_timeval_cmp(const struct timeval *a, const struct timeval *b);