summaryrefslogtreecommitdiff
path: root/!NotAdopted/Skype/util.h
diff options
context:
space:
mode:
Diffstat (limited to '!NotAdopted/Skype/util.h')
-rw-r--r--!NotAdopted/Skype/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/!NotAdopted/Skype/util.h b/!NotAdopted/Skype/util.h
new file mode 100644
index 0000000000..181f5d1878
--- /dev/null
+++ b/!NotAdopted/Skype/util.h
@@ -0,0 +1,7 @@
+char * __cdecl strtok_r (
+ char * string,
+ const char * control,
+ char **nextoken
+ );
+
+void TranslateMirandaRelativePathToAbsolute(LPCSTR cszPath, LPSTR szAbsolutePath, BOOL fQuoteSpaces);