mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
criu-log: remove unused declaration
This patch removes a leftover declaration for log_closedir()
which has been removed in the following commit:
dc80d6f125
log: get rid of LOG_DIR_FD_OFF and opening cwd in log_init()
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
Andrei Vagin
parent
d2511707fa
commit
a62f827302
@@ -26,7 +26,6 @@
|
||||
extern int log_init(const char *output);
|
||||
extern void log_fini(void);
|
||||
extern int log_init_by_pid(pid_t pid);
|
||||
extern void log_closedir(void);
|
||||
extern int log_keep_err(void);
|
||||
extern char *log_first_err(void);
|
||||
|
||||
|
Reference in New Issue
Block a user