X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.h;h=05272ee6b18852935f6371694574ebbd4a3cfa8c;hb=f92f0f9bcb54167331067b6891ee33e5f27d691c;hp=15d57a64683317cb2d7c55dc8a8e5b7a4cd5bcdd;hpb=28adf7b936c6f5c25b7526ff56ec1256da1246d4;p=awesomized%2Flibmemcached diff --git a/tests/parser.h b/tests/parser.h index 15d57a64..05272ee6 100644 --- a/tests/parser.h +++ b/tests/parser.h @@ -37,8 +37,6 @@ #pragma once -#include - #ifdef __cplusplus extern "C" { #endif @@ -106,6 +104,12 @@ test_return_t regression_bug_71231153_connect(memcached_st *); LIBTEST_INTERNAL_API test_return_t regression_bug_71231153_poll(memcached_st *); +LIBTEST_INTERNAL_API +test_return_t test_parse_socket(memcached_st *); + +LIBTEST_INTERNAL_API +test_return_t test_namespace_keyword(memcached_st*); + #ifdef __cplusplus } #endif