aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h
index 14809ae..c803fff 100644
--- a/lib/rpcs16.h
+++ b/lib/rpcs16.h
@@ -12,7 +12,7 @@ class rpcs16 : public rpcs {
~rpcs16();
int queryDrive(const char, bufferArray &);
- int getCmdLine(const char *, char *, int);
+ int getCmdLine(const char *, bufferStore &);
};
#endif