chiark / gitweb /
journal: have a named enum ObjectType
[elogind.git] / src / journal / mmap-cache.h
index 647555a73e5e50767e3d543b38d4dd08b9bc9c6a..3e2ffbbfd15f1cb91f58f014f02d6367468af090 100644 (file)
@@ -41,13 +41,6 @@ int mmap_cache_get(
         size_t size,
         struct stat *st,
         void **ret);
-int mmap_cache_release(
-        MMapCache *m,
-        int fd,
-        int prot,
-        unsigned context,
-        uint64_t offset,
-        size_t size);
 void mmap_cache_close_fd(MMapCache *m, int fd);
 void mmap_cache_close_context(MMapCache *m, unsigned context);