diff options
| author | Gavin Andresen <[email protected]> | 2011-04-15 12:09:50 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-04-15 12:09:50 -0400 |
| commit | bf3a0902ef98365d803e4a03853dbf0f83511026 (patch) | |
| tree | 02957d6a4731a99b93232631285b363ad85d1dcb /util.h | |
| parent | Merge branch 'localefix' (diff) | |
| parent | pidfile support for daemon (diff) | |
| download | discoin-bf3a0902ef98365d803e4a03853dbf0f83511026.tar.xz discoin-bf3a0902ef98365d803e4a03853dbf0f83511026.zip | |
Merge branch 'master' of https://github.com/gjs278/bitcoin
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -172,6 +172,8 @@ bool WildcardMatch(const string& str, const string& mask); int GetFilesize(FILE* file); void GetDataDir(char* pszDirRet); string GetConfigFile(); +string GetPidFile(); +void CreatePidFile(string pidFile, pid_t pid); void ReadConfigFile(map<string, string>& mapSettingsRet, map<string, vector<string> >& mapMultiSettingsRet); #ifdef __WXMSW__ string MyGetSpecialFolderPath(int nFolder, bool fCreate); |