Skip to content

Commit

Permalink
Update goodbyedpi.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser committed Jul 26, 2024
1 parent bb4bf20 commit 5f2f9cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/goodbyedpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <ctype.h>
#include <signal.h>
#include <unistd.h>
#define _GNU_SOURCE
#include <string.h>
#include <getopt.h>
#include <in6addr.h>
Expand All @@ -26,8 +27,6 @@ WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pA

#define GOODBYEDPI_VERSION "v0.2.2"

#define _GNU_SOURCE

#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)

#define MAX_FILTERS 4
Expand Down

0 comments on commit 5f2f9cf

Please sign in to comment.