From a034c7ebb6995c342fea289d04a6198d793eab08 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 24 Jul 2013 09:30:09 +0200 Subject: exclude CreatePidFile() function on WIN32 as it is unused --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index bee2749c16..1bdc67a1ab 100644 --- a/src/util.h +++ b/src/util.h @@ -208,7 +208,9 @@ boost::filesystem::path GetDefaultDataDir(); const boost::filesystem::path &GetDataDir(bool fNetSpecific = true); boost::filesystem::path GetConfigFile(); boost::filesystem::path GetPidFile(); +#ifndef WIN32 void CreatePidFile(const boost::filesystem::path &path, pid_t pid); +#endif void ReadConfigFile(std::map& mapSettingsRet, std::map >& mapMultiSettingsRet); #ifdef WIN32 boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); -- cgit v1.2.3