X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fparser.h;h=11b5368fe1ffa0b779e0a1fe438bca2426d22934;hb=7abcaebdc4c3dd11b779eaef58a7371fb82ae888;hp=15d57a64683317cb2d7c55dc8a8e5b7a4cd5bcdd;hpb=28adf7b936c6f5c25b7526ff56ec1256da1246d4;p=awesomized%2Flibmemcached diff --git a/tests/parser.h b/tests/parser.h index 15d57a64..11b5368f 100644 --- a/tests/parser.h +++ b/tests/parser.h @@ -37,8 +37,6 @@ #pragma once -#include - #ifdef __cplusplus extern "C" { #endif @@ -106,6 +104,9 @@ 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 *); + #ifdef __cplusplus } #endif