Change definition of log_close to follow older standards.

This commit is contained in:
2021-04-05 21:52:53 +01:00
parent ab3e22d8cc
commit 86089ec182

View File

@@ -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_