diff options
author | portix <portix@gmx.net> | 2011-11-14 14:55:33 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-11-14 14:55:33 +0100 |
commit | 07819a0b595a3e8b02f34caa36300712213ba5f2 (patch) | |
tree | 2b890388719e8fa676cf4d1df63018ac3b506df3 /src/domain.h | |
parent | 3cc5ba475829de44f3e5a8dc8cffb4ee4e09a7a5 (diff) | |
download | dwb-07819a0b595a3e8b02f34caa36300712213ba5f2.zip |
Use a plain text file for tlds
--HG--
branch : feature-adblock
rename : src/effective_tld_names.dat => util/tlds.in
Diffstat (limited to 'src/domain.h')
-rw-r--r-- | src/domain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/domain.h b/src/domain.h index b77deb40..6c508585 100644 --- a/src/domain.h +++ b/src/domain.h @@ -21,6 +21,7 @@ #ifndef DOMAIN_H #define DOMAIN_H void domain_init(void); +void domain_end(void); const char *domain_get_base_for_host(const char *host); #endif #endif |