freerdp2/winpr/libwinpr/path/shell_ios.h
2016-11-30 10:07:58 +00:00

9 lines
104 B
C

#ifndef SHELL_IOS_H_
#define SHELL_IOS_H_
char* ios_get_home(void);
char* ios_get_temp(void);
#endif