From f5504bb324699b6d41fe7e9efaea729fec654f38 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Jan 2009 01:48:21 +0000 Subject: small cleanup --- src/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 11c1a93..56518db 100644 --- a/src/options.h +++ b/src/options.h @@ -113,8 +113,8 @@ public: std::string getAuthAlgo(); Options& setAuthAlgo(std::string a); ConnectToList getConnectTo(); - Options& setMux(u_int16_t m); - u_int16_t getMux(); + Options& setMux(mux_t m); + mux_t getMux(); Options& setKey(std::string k); Buffer getKey(); Options& setSalt(std::string s); @@ -167,7 +167,7 @@ private: std::string cipher_; std::string kd_prf_; std::string auth_algo_; - u_int16_t mux_; + mux_t mux_; Buffer key_; Buffer salt_; RouteList routes_; -- cgit v1.2.3