summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/util.h
blob: 181f5d1878db655e8a5b4a7d8de6fa10f165b74f (plain)
1
2
3
4
5
6
7
char * __cdecl strtok_r (
        char * string,
        const char * control,
		char **nextoken
        );

void TranslateMirandaRelativePathToAbsolute(LPCSTR cszPath, LPSTR szAbsolutePath, BOOL fQuoteSpaces);