From 07b6a101d52b5fd7e1cfdadce05ba40ac0ea46df Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 16 Sep 2016 00:42:22 +0100 Subject: improve header doccomment --- include/nspsl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/nspsl.h b/include/nspsl.h index 2358167..02bcbb8 100644 --- a/include/nspsl.h +++ b/include/nspsl.h @@ -7,4 +7,11 @@ * http://www.opensource.org/licenses/mit-license.php */ +/** + * get the public suffix of a hostname + * + * \param hostname The name to check + * \return pointer to the public suffix of the hostname if it was valid else + * NULL. + */ const char *nspsl_getpublicsuffix(const char *hostname); -- cgit v1.2.3