X-Git-Url: https://git.tokkee.org/?p=fusedav.git;a=blobdiff_plain;f=src%2Fstatcache.h;h=ec5334cbfd6efbcfee48aaa95387f7216f13b71e;hp=6e96ba4be4099ab13988f1809a98df2ad64744b2;hb=4778853be406693588bb52c5a1907494d2670afe;hpb=e5df89f83447b1ae480f589f542940015471127e diff --git a/src/statcache.h b/src/statcache.h index 6e96ba4..ec5334c 100644 --- a/src/statcache.h +++ b/src/statcache.h @@ -31,8 +31,8 @@ void dir_cache_invalidate(const char*fn); void dir_cache_invalidate_parent(const char *fn); void dir_cache_begin(const char *fn); void dir_cache_finish(const char *fn, int success); -void dir_cache_add(const char *fn, const char *subdir, int is_dir); -int dir_cache_enumerate(const char *fn, void (*f) (const char*fn, const char *subdir, int is_dir, void *user), void *user); +void dir_cache_add(const char *fn, const char *subdir); +int dir_cache_enumerate(const char *fn, void (*f) (const char*fn, const char *subdir, void *user), void *user); void cache_free(void); void cache_alloc(void);