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