]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-journal: drop unused function prototype
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Feb 2024 01:32:33 +0000 (10:32 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 Feb 2024 08:31:13 +0000 (09:31 +0100)
Follow-up for 8b4fbbb0a121028c9304e96df322ce491f551e34.

The function was renamed and moved by
035b0f8fe8c1883b17d864f15f99846ab206099d.
Maybe the prototype is mistakenly re-introduced on rebase.

src/libsystemd/sd-journal/journal-file.h

index 6b378a2039036136f3b1bda7d4658f92d7f498ef..810038897358141456fbe8421ac1ac800b7b3625 100644 (file)
@@ -310,7 +310,6 @@ void journal_file_print_header(JournalFile *f);
 
 int journal_file_archive(JournalFile *f, char **ret_previous_path);
 int journal_file_parse_uid_from_filename(const char *path, uid_t *uid);
-JournalFile* journal_initiate_close(JournalFile *f, Set *deferred_closes);
 
 int journal_file_dispose(int dir_fd, const char *fname);