X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=d56708aa9a768f84d453200f6c390e670c25c078;hb=f8d1606423c351f2003ce18258ef047e0d2af326;hp=28a9b1e710da79be26bbff034207328bf7fd86aa;hpb=d92d96bebe9ad5b4f17e4aef580f7dfd8d34d58b;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index 28a9b1e..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 @@ -105,5 +106,6 @@ public: }; 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 );