X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=41317d7fdd3a162ee1ea9646e542ef9c753b0078;hb=dfdbdc9f6d1b22eb717c8a77095dd617725022fe;hp=ef14ce6352153b5ad02731ffb3e61a9072e4b65c;hpb=6b04196d0ea6aa9fcd2a6c14a6cb5733c34aa2d2;p=awesomized%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index ef14ce63..41317d7f 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -40,8 +40,6 @@ 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); +libtest::Server *build_gearmand(const char *hostname, in_port_t try_port, const char* binary= NULL); }