zapret/nfq/hostlist.h

8 lines
181 B
C
Raw Normal View History

2021-03-04 16:30:38 +05:00
#pragma once
#include <stdbool.h>
#include "strpool.h"
bool LoadHostList(strpool **hostlist, char *filename);
bool SearchHostList(strpool *hostlist, const char *host,bool debug);