mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
xdg-user-dir-lookup.h rework
This commit is contained in:
parent
f66e15dca8
commit
3d5a9ae44b
1 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,8 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
char *
|
||||
xdg_user_dir_lookup_with_fallback (const char *type, const char *fallback);
|
||||
char *
|
||||
xdg_user_dir_lookup (const char *type);
|
||||
char *xdg_user_dir_lookup_with_fallback(const char *type, const char *fallback);
|
||||
char *xdg_user_dir_lookup(const char *type);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue