]> WPIA git - cassiopeia.git/blobdiff - src/record.h
add: Add more verbose logging
[cassiopeia.git] / src / record.h
index 03746eda5704d92a65af0ecccfbaeedf50bf8055..d3173b83220422627f6fca36e93fb0c442d14ebe 100644 (file)
@@ -88,6 +88,6 @@ public:
 
 };
 
-std::string parseCommand( RecordHeader& head, const std::string& input );
+std::string parseCommand( RecordHeader& head, const std::string input, std::shared_ptr<std::ostream> log );
 
-void sendCommand( RecordHeader& head, const std::string& data, std::shared_ptr<OpensslBIO> bio );
+void sendCommand( RecordHeader& head, const std::string& data, std::shared_ptr<OpensslBIO> bio, std::shared_ptr<std::ostream> log );