Correct style, use of newer YATL.
[awesomized/libmemcached] / libtest / server.h
index f51388089747dc36d88356450969e7507f84536e..bbebe95714c2b000a9d2ee353175a8c9606cb57e 100644 (file)
@@ -177,7 +177,8 @@ public:
 
   virtual bool ping()= 0;
 
-  virtual bool build(size_t argc, const char *argv[])= 0;
+  bool init(const char *argv[]);
+  virtual bool build()= 0;
 
   void add_option(const std::string&);
   void add_option(const std::string&, const std::string&);