aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs.h')
-rw-r--r--lib/rpcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs.h b/lib/rpcs.h
index 18d4d66..83a8732 100644
--- a/lib/rpcs.h
+++ b/lib/rpcs.h
@@ -360,7 +360,7 @@ class rpcs {
* @returns true on success, false on failure.
*/
bool sendCommand(enum commands cc, bufferStore &data);
- Enum<rfsv::errs> getResponse(bufferStore &);
+ Enum<rfsv::errs> getResponse(bufferStore &data, bool statusIsFirstByte);
const char *getConnectName();
};