]> git.sesse.net Git - betaftpd/blobdiff - dcache.h
Added a notice about a (not yet fixed) dcache bug.
[betaftpd] / dcache.h
index d45614bebcba9e8f010421c1c6c7770def33debc..a3037267d2a986f23874be8055f1e1bbeee15b40 100644 (file)
--- a/dcache.h
+++ b/dcache.h
@@ -46,8 +46,12 @@ struct dcache {
 };
 
 struct dcache *alloc_new_dcache();
+void destroy_dcache(struct dcache * const d);
+
 void time_out_dcache();
 void populate_dcache(struct ftran * const f, const char * const cwd,
                     const char * const pattern, const struct list_options * const lo);
+struct dcache *find_dcache(const char * const cwd, const char * const pattern, 
+                          const struct list_options * const lo);
 
 #endif