@ -1,9 +1,6 @@
#ifndef F2B_LOGFILE_H_
#define F2B_LOGFILE_H_
#include <limits.h>
#include <sys/stat.h>
typedef struct {
struct f2b_logfile_t *next;
char path[PATH_MAX];
@ -1,6 +1,6 @@
#include "common.h"
#include "logfile.h"
#include "match.h"
#include "ipaddr.h"
int main() {
printf("Hello world!\n");