]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/netunit.h
Fixed compilation of srvconf lib.
[stg.git] / stglibs / srvconf.lib / include / stg / netunit.h
index e288df86595e272e4aabcc6b597fe70b60459e5c..664eee633328978d5ff304129d03e6a32b3c1dfc 100644 (file)
@@ -104,13 +104,8 @@ private:
     int     RxLoginSAnswer();
 
     int     TxData(const char * text);
-    int     TxData(char * data);
     int     RxDataAnswer();
 
-    void Encrypt(char * d, const char * s, BLOWFISH_CTX *ctx);
-    void EnDecryptInit(const char * passwd, int passwdLen, BLOWFISH_CTX *ctx);
-    void Decrypt(char * d, const char * s, BLOWFISH_CTX *ctx);
-
     std::string server;
     short unsigned  port;
     std::string login;