summaryrefslogtreecommitdiffstats
path: root/src/dirent.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-05-04 16:39:54 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-05-04 16:46:23 (EDT)
commitbceab75f6330f82e55381c49026878e3a339a984 (patch)
treea295303a2f758101577f73574b628ada81667c9e /src/dirent.h
parent410c8a3628f8d38a871a3dc81f51ce45ff91d87d (diff)
dirent: Handle NULL buffers, remove function
Diffstat (limited to 'src/dirent.h')
-rw-r--r--src/dirent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dirent.h b/src/dirent.h
index 44d33ea..4cce24f 100644
--- a/src/dirent.h
+++ b/src/dirent.h
@@ -29,7 +29,4 @@ int
opkg_opk_dirent_name_prefix(struct opkg_opk_dirent *dirent, char *name_buf,
size_t name_len, char *pref_buf, size_t pref_len);
-char *
-opkg_opk_dirent_full_name(struct opkg_opk_dirent *dirent);
-
#endif /* OPKG_OPK_DIRENT_H_ */