summaryrefslogtreecommitdiff
path: root/src/domain.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-11-15 00:35:02 +0100
committerportix <portix@gmx.net>2011-11-15 00:35:02 +0100
commitbced2bbb0f56356cb0fba244465008bfcc1d006a (patch)
tree895de49982551a25e653feaf214e5ca6622d8bf7 /src/domain.h
parent07819a0b595a3e8b02f34caa36300712213ba5f2 (diff)
downloaddwb-bced2bbb0f56356cb0fba244465008bfcc1d006a.zip
Branch feature-adblock: new implementation of adblock_match_simple, unfinished
--HG-- branch : feature-adblock
Diffstat (limited to 'src/domain.h')
-rw-r--r--src/domain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/domain.h b/src/domain.h
index 6c508585..500ebd55 100644
--- a/src/domain.h
+++ b/src/domain.h
@@ -20,8 +20,11 @@
#ifndef DOMAIN_H
#define DOMAIN_H
+
void domain_init(void);
void domain_end(void);
+
const char *domain_get_base_for_host(const char *host);
+char ** domain_get_subdomains_for_host(const char *host);
#endif
#endif