aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-01-17 11:49:41 +0000
committerFritz Elfert <felfert@to.com>2000-01-17 11:49:41 +0000
commitab18114bfd38d4632c66401b5bc079241e27fab3 (patch)
tree14f9c1d5f020cf8ed2f205094ca9e2fc907bb969 /lib/rpcs16.h
parent6eceb82662300bf306e70bd943200665bc3c9bc3 (diff)
downloadplptools-ab18114bfd38d4632c66401b5bc079241e27fab3.tar.gz
plptools-ab18114bfd38d4632c66401b5bc079241e27fab3.tar.bz2
plptools-ab18114bfd38d4632c66401b5bc079241e27fab3.zip
Release of plptools-0.5
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h18
1 files changed, 18 insertions, 0 deletions
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