X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=ef14ce6352153b5ad02731ffb3e61a9072e4b65c;hb=0ce6b69e0f8e25e50bd878678b1444651093bac4;hp=0c09774c1a3ceae93e46dfd3149bf6ef26dee134;hpb=47f45992107361ad58c170bdf78fdc92523fab06;p=m6w6%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 0c09774c..ef14ce63 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -36,12 +36,12 @@ #pragma once -#include - namespace libtest { struct Server; } namespace libtest { libtest::Server *build_gearmand(const char *hostname, in_port_t try_port); +libtest::Server *build_gearmand(const char *hostname, in_port_t try_port, const char* binary); + }