X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.h;h=05272ee6b18852935f6371694574ebbd4a3cfa8c;hb=609d07c5a051c301ce6595747c2f64d3819554f5;hp=c50b3789b1e2502a10acf75f383157b1b148db06;hpb=8b33bb5adbffec6e701728c085e4606a2f7cd506;p=m6w6%2Flibmemcached diff --git a/tests/parser.h b/tests/parser.h index c50b3789..05272ee6 100644 --- a/tests/parser.h +++ b/tests/parser.h @@ -1,6 +1,6 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * Gearmand client and server library. + * Libmemcached * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * All rights reserved. @@ -37,8 +37,6 @@ #pragma once -#include - #ifdef __cplusplus extern "C" { #endif @@ -97,6 +95,21 @@ test_return_t test_error_keyword(memcached_st*); LIBTEST_INTERNAL_API test_return_t server_with_weight_test(memcached_st *); +LIBTEST_INTERNAL_API +test_return_t test_hostname_port_weight(memcached_st *); + +LIBTEST_INTERNAL_API +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