Carry split and detection functions to separate file

This needed to escape code duplication in further development of kernel
module. Also this cleanups the code.
This commit is contained in:
Vadim Vetrov
2024-07-30 23:10:00 +03:00
parent 460c727dea
commit 7490658708
4 changed files with 546 additions and 377 deletions

View File

@@ -17,7 +17,7 @@ export CC LD CFLAGS LDFLAGS
APP:=$(BUILD_DIR)/youtubeUnblock
SRCS := youtubeUnblock.c
SRCS := youtubeUnblock.c mangle.c
OBJS := $(SRCS:%.c=$(BUILD_DIR)/%.o)
LIBNFNETLINK := $(DEPSDIR)/lib/libnfnetlink.a