X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=d56708aa9a768f84d453200f6c390e670c25c078;hb=f8d1606423c351f2003ce18258ef047e0d2af326;hp=0a1368117fc681099fe74b6cf8dca60a45da926d;hpb=e8f8107bdd0d1149117f06e10b145ef00d5543fb;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index 0a13681..d56708a 100644 --- a/src/io/record.h +++ b/src/io/record.h @@ -6,6 +6,7 @@ #include #include "bios.h" +#include "io/opensslBIO.h" #define RECORD_HEADER_SIZE 17 @@ -104,6 +105,7 @@ public: }; -std::string parseCommand( RecordHeader& head, const std::string& input, std::shared_ptr log ); +std::string parseCommand( RecordHeader& head, const std::string& input ); +std::string parseCommandChunked( RecordHeader& head, std::shared_ptr conn); -void sendCommand( RecordHeader& head, const std::string& data, std::shared_ptr bio, std::shared_ptr log ); +void sendCommand( RecordHeader& head, const std::string& data, std::shared_ptr bio );