mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
8 lines
182 B
C
8 lines
182 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
#include "strpool.h"
|
||
|
|
||
|
bool LoadHostList(strpool **hostlist, char *filename);
|
||
|
bool SearchHostList(strpool *hostlist, const char *host, bool debug);
|