summaryrefslogtreecommitdiffstats
path: root/opkg-opk/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-opk/dirent.h')
-rw-r--r--opkg-opk/dirent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/opkg-opk/dirent.h b/opkg-opk/dirent.h
index 959ca1b..6eefa54 100644
--- a/opkg-opk/dirent.h
+++ b/opkg-opk/dirent.h
@@ -30,4 +30,7 @@ opkg_opk_dirent_name_prefix(struct opkg_opk_dirent *dirent, int is_dir,
char *name_buf, size_t name_buf_len,
char *pref_buf, size_t pref_buf_len);
+char *
+opkg_opk_dirent_name_alloc(struct opkg_opk_dirent *dirent, int is_dir);
+
#endif /* OPKG_OPK_DIRENT_H_ */