aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h
index c803fff..efc6b99 100644
--- a/lib/rpcs16.h
+++ b/lib/rpcs16.h
@@ -11,8 +11,8 @@ class rpcs16 : public rpcs {
rpcs16(ppsocket *);
~rpcs16();
- int queryDrive(const char, bufferArray &);
- int getCmdLine(const char *, bufferStore &);
+ Enum<rfsv::errs> queryDrive(const char, bufferArray &);
+ Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
};
#endif