From 469d0a16138b683858a72e2d71e4abf8a7f9bc0f Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 21 May 2001 21:50:47 +0000 Subject: - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs. - Some NLS-Related fixes --- lib/rpcs32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpcs32.h') diff --git a/lib/rpcs32.h b/lib/rpcs32.h index 5b56a4c..0256b66 100644 --- a/lib/rpcs32.h +++ b/lib/rpcs32.h @@ -24,7 +24,7 @@ #ifndef _RPCS32_H_ #define _RPCS32_H_ -#include "rpcs.h" +#include class ppsocket; class rpcsfactory; @@ -41,7 +41,7 @@ class rpcs32 : public rpcs { public: Enum queryDrive(const char, bufferArray &); - Enum getCmdLine(const char *, bufferStore &); + Enum getCmdLine(const char *, bufferStore &); Enum getMachineInfo(machineInfo &); Enum configOpen(void); Enum configRead(void); -- cgit v1.2.3