X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=41317d7fdd3a162ee1ea9646e542ef9c753b0078;hb=1e8846493e108861a15f71381747c2b0cebc9ed9;hp=0c09774c1a3ceae93e46dfd3149bf6ef26dee134;hpb=a1f2b0b98e03369ed051b232f1fc33ed1d611b16;p=awesomized%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 0c09774c..41317d7f 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -36,12 +36,10 @@ #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= NULL); }