zapret/tpws/hostlist.h

8 lines
170 B
C
Raw Normal View History

2020-01-02 13:10:28 +03:00
#pragma once
#include <stdbool.h>
#include "strpool.h"
bool LoadHostList(strpool **hostlist, char *filename);
bool SearchHostList(strpool *hostlist, const char *host);