summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/path/shell_ios.h
blob: 3144d8dd0a4b446c28554c4789df327c0a52bb3a (plain)
1
2
3
4
5
6
7
8
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