FreeRDP/winpr/libwinpr/path/shell_ios.h

10 lines
156 B
C
Raw Normal View History

2016-08-05 13:05:08 +03:00
#ifndef SHELL_IOS_H_
#define SHELL_IOS_H_
char* ios_get_home(void);
char* ios_get_temp(void);
2017-10-07 00:55:34 +03:00
char* ios_get_data(void);
char* ios_get_cache(void);
2016-08-05 13:05:08 +03:00
#endif