From 92e05e8cbf57fa45a87027484929c033c4002d14 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 11 Mar 2018 14:00:31 +0100 Subject: 2018-03-11 version 1.1.94 (horchi)\n - change: Porting to dbapi 7 changes of epgd\n\n --- lib/common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/common.h') diff --git a/lib/common.h b/lib/common.h index c7faf81..c8361ec 100644 --- a/lib/common.h +++ b/lib/common.h @@ -265,6 +265,7 @@ const char* bcastAddressOf(const char* ipStr, const char* maskStr = 0); const char* getUniqueId(); #endif +char* replaceChars(char* string, const char* chars, const char to); void removeChars(std::string& str, const char* ignore); void removeCharsExcept(std::string& str, const char* except); void removeWord(std::string& pattern, std::string word); @@ -414,6 +415,8 @@ class LogDuration int logLevel; }; +#ifdef VDR_PLUGIN + //*************************************************************************** // Timer Thread //*************************************************************************** @@ -442,6 +445,8 @@ class cTimerThread : public cThread sendEventFct sendEvent; }; +#endif // VDR_PLUGIN + //*************************************************************************** // Semaphore //*************************************************************************** -- cgit v1.2.3