Import/Merge of libtest latest.
[m6w6/libmemcached] / libtest / server.h
index 736810be0ae94b895ecf2523d479fa0bd54c1869..a41e621bb1f491cccf804d334493b360c53e4409 100644 (file)
@@ -204,8 +204,6 @@ public:
     _log_file.clear();
   }
 
-  bool args(Application&);
-
   pid_t pid() const;
 
   bool has_pid() const;
@@ -264,6 +262,8 @@ private:
   bool set_log_file();
   bool set_socket_file();
   void reset_pid();
+  bool args(Application&);
+
   std::string _error;
 };