summaryrefslogtreecommitdiff
path: root/plugins/Watrack_MPD/src/utilities.h
blob: 7bd9dd0830f86a254c4691e3263347702f2dcd8d (plain)
1
2
3
4
5
6
7
8
#ifndef UTILITIES_H
#define UTILITIES_H

HANDLE NetLib_CreateConnection(HANDLE hUser, NETLIBOPENCONNECTION* nloc);
HANDLE CreateThreadEx(pThreadFuncEx AFunc, void* arg, DWORD* pThreadID);
TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef);

#endif