From 7fb94ed43a814788cda019c1e77314abc1626339 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 31 Jul 2000 03:12:38 +0000 Subject: Applied mjg-0.6 patch. Started adding kdoc compliant documentation comments. Added PsiTime --- lib/rpcs16.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rpcs16.cc') diff --git a/lib/rpcs16.cc b/lib/rpcs16.cc index 2786ee8..a3af320 100644 --- a/lib/rpcs16.cc +++ b/lib/rpcs16.cc @@ -57,7 +57,7 @@ cout << dec << "qd: " << res << " " << a.getLen() << " a="<< a << endl; } int rpcs16:: -getCmdLine(const char *process, char *buf, int bufsize) +getCmdLine(const char *process, bufferStore &ret) { return 0; } -- cgit v1.2.3