aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs.h')
-rw-r--r--lib/rpcs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpcs.h b/lib/rpcs.h
index 6742d8c..df2a493 100644
--- a/lib/rpcs.h
+++ b/lib/rpcs.h
@@ -381,7 +381,7 @@ public:
{ return rfsv::E_PSI_NOT_SIBO;}
virtual Enum<rfsv::errs> regDelete(void)
{ return rfsv::E_PSI_NOT_SIBO;}
- virtual Enum<rfsv::errs> setTime(void)
+ virtual Enum<rfsv::errs> setTime(time_t time)
{ return rfsv::E_PSI_NOT_SIBO;}
/**
@@ -495,7 +495,7 @@ protected:
* If communication fails, a reconnect is triggered
* and a second attempt to transmit the request
* is attempted. If that second attempt fails,
- * the function returns an error an sets rpcs::status
+ * the function returns an error and sets rpcs::status
* to E_PSI_FILE_DISC.
*
* @param cc The command to execute on the remote side.