aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-07-31 03:12:38 +0000
committerFritz Elfert <felfert@to.com>2000-07-31 03:12:38 +0000
commit7fb94ed43a814788cda019c1e77314abc1626339 (patch)
tree50b86a44e2809e6fbcdcd080f2a2dc4dbc37042e /lib/rpcs16.h
parentfbb17061d3c622f0786a5d9ad41e8ccd95ef706c (diff)
downloadplptools-7fb94ed43a814788cda019c1e77314abc1626339.tar.gz
plptools-7fb94ed43a814788cda019c1e77314abc1626339.tar.bz2
plptools-7fb94ed43a814788cda019c1e77314abc1626339.zip
Applied mjg-0.6 patch.
Started adding kdoc compliant documentation comments. Added PsiTime
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