summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/path/shell_ios.h
diff options
context:
space:
mode:
Diffstat (limited to 'winpr/libwinpr/path/shell_ios.h')
-rw-r--r--winpr/libwinpr/path/shell_ios.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/winpr/libwinpr/path/shell_ios.h b/winpr/libwinpr/path/shell_ios.h
new file mode 100644
index 0000000..3144d8d
--- /dev/null
+++ b/winpr/libwinpr/path/shell_ios.h
@@ -0,0 +1,9 @@
+#ifndef SHELL_IOS_H_
+#define SHELL_IOS_H_
+
+char* ios_get_home(void);
+char* ios_get_temp(void);
+char* ios_get_data(void);
+char* ios_get_cache(void);
+
+#endif