X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Flogger.h;h=9ef9a859a27ce35683d4450a6fffaa627c1404a0;hp=249b989502b0c6ade307eaa5e153d4dd268d64f1;hb=0b870b76705b3e597da3f6a11e0499deedbeee30;hpb=07ce18b114e1e01b2a85a04079128f3eb754de1d diff --git a/src/dos/logger.h b/src/dos/logger.h index 249b989..9ef9a85 100644 --- a/src/dos/logger.h +++ b/src/dos/logger.h @@ -1,31 +1,11 @@ -/* -colcycle - color cycling image viewer -Copyright (C) 2016 John Tsiombikas - -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. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ #ifndef LOGGER_H_ #define LOGGER_H_ -#include - #ifdef __cplusplus extern "C" { #endif -void logger_output(FILE *fp); -void printlog(const char *fmt, ...); +int init_logger(const char *fname); #ifdef __cplusplus }