aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
blob: 14809ae0262a7f9a2764691c004b3a5cfe849c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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