chiark / gitweb /
Remove dead code and unexport some calls
[elogind.git] / src / journal / journal-file.c
index 901e71b6aa9f99b3ae67a1fdef846b9d019e0b30..bc72fca72561fadad7e5d5fb9d5fdb2821189dcc 100644 (file)
@@ -68,7 +68,7 @@
 /* How many entries to keep in the entry array chain cache at max */
 #define CHAIN_CACHE_MAX 20
 
-int journal_file_set_online(JournalFile *f) {
+static int journal_file_set_online(JournalFile *f) {
         assert(f);
 
         if (!f->writable)