From a9bcc81f821d7c66f623779fa5147e728eb3c388 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:24:41 +0200 Subject: Adding upstream version 3.3.0+dfsg1. Signed-off-by: Daniel Baumann --- winpr/libwinpr/path/shell_ios.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 winpr/libwinpr/path/shell_ios.h (limited to 'winpr/libwinpr/path/shell_ios.h') 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 -- cgit v1.2.3