summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.h b/util.h
index 3e86b29863..8cc6043fca 100644
--- a/util.h
+++ b/util.h
@@ -91,4 +91,8 @@ int read_one_line_file(const char *fn, char **line);
char *strappend(const char *s, const char *suffix);
+int readlink_malloc(const char *p, char **r);
+
+char *file_name_from_path(const char *p);
+
#endif