Browse Source

* logfile : fixes

master
Alex 'AdUser' Z 8 years ago
parent
commit
3aa9772c71
  1. 2
      src/logfile.c
  2. 2
      src/logfile.h

2
src/logfile.c

@ -1,5 +1,3 @@
#include <sys/stat.h>
#include "common.h" #include "common.h"
#include "logfile.h" #include "logfile.h"

2
src/logfile.h

@ -1,7 +1,7 @@
#ifndef F2B_LOGFILE_H_ #ifndef F2B_LOGFILE_H_
#define F2B_LOGFILE_H_ #define F2B_LOGFILE_H_
typedef struct { typedef struct f2b_logfile_t {
struct f2b_logfile_t *next; struct f2b_logfile_t *next;
char path[PATH_MAX]; char path[PATH_MAX];
FILE *fd; FILE *fd;

Loading…
Cancel
Save