/* * Copyright (C) 2015 Alexandros Frantzis * Author: Alexandros Frantzis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. See http://www.gnu.org/copyleft/gpl.html the full text of the * license. */ #ifndef LOG_FILE_H_ #define LOG_FILE_H_ #include #include "log-mode.h" int log_file_open (const gchar *log_filename, LogMode log_mode); #endif /* LOG_FILE_H_ */