~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/gearmand.h

  • Committer: Brian Aker
  • Date: 2012-09-24 01:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: brian@tangent.org-20120924013601-4f0zeykol10ka6so
Updates from ddm4

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#pragma once
38
38
 
 
39
#include <arpa/inet.h>
 
40
 
39
41
namespace libtest { struct Server; }
40
42
 
41
43
namespace libtest {
42
44
 
43
 
libtest::Server *build_gearmand(const char *hostname, in_port_t try_port, const char* binary= NULL);
 
45
libtest::Server *build_gearmand(const char *hostname, in_port_t try_port);
 
46
 
 
47
libtest::Server *build_gearmand(const char *hostname, in_port_t try_port, const char* binary);
44
48
 
45
49
}