summaryrefslogtreecommitdiff
path: root/include/nspsl.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-14 22:14:56 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-14 22:14:56 +0100
commitaee69a99c89429677f1275626d82b2b5514e1499 (patch)
treec86d78afc516a24eb3382954bdbe475c4bf3899b /include/nspsl.h
downloadlibnspsl-aee69a99c89429677f1275626d82b2b5514e1499.tar.gz
libnspsl-aee69a99c89429677f1275626d82b2b5514e1499.tar.bz2
Initial working library
Diffstat (limited to 'include/nspsl.h')
-rw-r--r--include/nspsl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/nspsl.h b/include/nspsl.h
new file mode 100644
index 0000000..2358167
--- /dev/null
+++ b/include/nspsl.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2016 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of libnspsl
+ *
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ */
+
+const char *nspsl_getpublicsuffix(const char *hostname);