X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=41317d7fdd3a162ee1ea9646e542ef9c753b0078;hb=8c2c677ebb626a4b7b8144bea5ea231fa75ba435;hp=6d311ead55efdb9cb6f75c794b7b77ecc708ad8e;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=awesomized%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 6d311ead..41317d7f 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -1,8 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * libtest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -36,8 +36,10 @@ #pragma once +namespace libtest { struct Server; } + namespace 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); }