Successful refactor

This commit is contained in:
john 2019-12-01 17:23:30 -05:00
parent 40c82821ca
commit 0c136f94a4
8 changed files with 7 additions and 7 deletions

View File

@ -21,11 +21,11 @@ src := \
ez_libz.c \
iptables.c \
logType.c \
logEntry.c \
logFile.c \
map.c \
maxoff.c \
msgqueue.c \
offEntry.c \
pdns.c \
ptrvec.c \
str.c \

View File

@ -28,7 +28,7 @@
#include "ez_libanl.h"
#include "ez_libc.h"
#include "iptables.h"
#include "logEntry.h"
#include "offEntry.h"
#include "logFile.h"
#include "logType.h"
#include "map.h"

View File

@ -26,7 +26,7 @@
#include "ban2fail.h"
#include "ez_libc.h"
#include "iptables.h"
#include "logEntry.h"
#include "offEntry.h"
#include "map.h"
#include "util.h"

View File

@ -27,7 +27,7 @@
#include <string.h>
#include "cntry.h"
#include "logEntry.h"
#include "offEntry.h"
#include "logFile.h"
#include "ez_libc.h"
#include "ez_libz.h"

View File

@ -28,7 +28,7 @@
#include <unistd.h>
#include "ban2fail.h"
#include "logEntry.h"
#include "offEntry.h"
#include "logFile.h"
#include "logType.h"
#include "ez_libc.h"

View File

@ -26,7 +26,7 @@
#include "cntry.h"
#include "ez_libc.h"
#include "map.h"
#include "logEntry.h"
#include "offEntry.h"
#include "util.h"
/********************************************************/

2
pdns.h
View File

@ -55,7 +55,7 @@ enum PDNS_flags {
};
#define _GNU_SOURCE
#include "logEntry.h"
#include "offEntry.h"
#ifdef __cplusplus
extern "C" {