From f9db354827f8e88457dd8a0ccf36d8383f715037 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 15 Oct 2016 14:48:18 +0100 Subject: Enable lwc_string_caseless_hash_value function, and include stddef.h for NULL. --- include/libwapcaplet/libwapcaplet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libwapcaplet/libwapcaplet.h b/include/libwapcaplet/libwapcaplet.h index 29cd47e..d8cc841 100644 --- a/include/libwapcaplet/libwapcaplet.h +++ b/include/libwapcaplet/libwapcaplet.h @@ -16,6 +16,7 @@ extern "C" #include #include +#include #include #include @@ -259,7 +260,6 @@ lwc__intern_caseless_string(lwc_string *str); * @return Result of operation, if not ok then value pointed to by \a ret will * not be valid. */ -/* static inline lwc_error lwc_string_caseless_hash_value( lwc_string *str, lwc_hash *hash) { @@ -273,7 +273,7 @@ static inline lwc_error lwc_string_caseless_hash_value( *hash = str->insensitive->hash; return lwc_error_ok; } -*/ + /** * Iterate the context and return every string in it. -- cgit v1.2.3