mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
10 lines
156 B
C
10 lines
156 B
C
#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
|