2016-07-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed bugs in 'lib/lib.pro', 'lib/rdweb.cpp, 'lib/rdweb.h' and
	'rdlogedit/edit_logline.cpp' that broke the build under Windows.
This commit is contained in:
Fred Gleason
2016-07-15 14:16:32 -04:00
parent 26822841f5
commit 29927e7709
5 changed files with 21 additions and 3 deletions

View File

@@ -42,6 +42,7 @@
//
// Function Prototypes
//
#ifndef WIN32
extern int RDReadPost(char *,int);
extern int RDPutPostString(char *,char *,char *,int);
extern int RDFindPostString(const char *,const char *,char *,int);
@@ -69,6 +70,7 @@ extern QString RDAuthenticateSession(long int session_id,
const QHostAddress &addr);
extern void RDLogoutSession(long int session_id,const QHostAddress &addr);
extern bool RDParsePost(std::map<QString,QString> *vars);
#endif // WIN32
extern QString RDXmlField(const QString &tag,const QString &value,
const QString &attrs="");
extern QString RDXmlField(const QString &tag,const char *value,