mirror of
https://github.com/bol-van/zapret.git
synced 2026-01-06 08:38:49 +03:00
history purge
This commit is contained in:
7
tpws/hostlist.h
Normal file
7
tpws/hostlist.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "strpool.h"
|
||||
|
||||
bool LoadHostList(strpool **hostlist, char *filename);
|
||||
bool SearchHostList(strpool *hostlist, const char *host, bool debug);
|
||||
Reference in New Issue
Block a user