mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Change definition of log_close to follow older standards.
This commit is contained in:
@@ -28,6 +28,6 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
int log_open(int quiet);
|
||||
void log_write(const char* fmt, ...);
|
||||
void log_set_quiet(int quiet);
|
||||
void log_close();
|
||||
void log_close(void);
|
||||
|
||||
#endif // AARU_FSTESTER_SETTER_SRC_LOG_H_
|
||||
|
||||
Reference in New Issue
Block a user