From ab18114bfd38d4632c66401b5bc079241e27fab3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 17 Jan 2000 11:49:41 +0000 Subject: Release of plptools-0.5 --- lib/rpcs16.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/rpcs16.h (limited to 'lib/rpcs16.h') diff --git a/lib/rpcs16.h b/lib/rpcs16.h new file mode 100644 index 0000000..14809ae --- /dev/null +++ b/lib/rpcs16.h @@ -0,0 +1,18 @@ +#ifndef _rpcs16_h_ +#define _rpcs16_h_ + +#include "rpcs.h" + +class ppsocket; +class bufferStore; + +class rpcs16 : public rpcs { + public: + rpcs16(ppsocket *); + ~rpcs16(); + + int queryDrive(const char, bufferArray &); + int getCmdLine(const char *, char *, int); +}; + +#endif -- cgit v1.2.3