]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/netunit.h
Removed unused functions.
[stg.git] / stglibs / srvconf.lib / include / stg / netunit.h
index e288df86595e272e4aabcc6b597fe70b60459e5c..cfc120f82a0085f69c65d47e3c765b8369e86caa 100644 (file)
@@ -107,10 +107,6 @@ private:
     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;