xdg-user-dir-lookup.h rework
This commit is contained in:
parent
f66e15dca8
commit
3d5a9ae44b
|
|
@ -4,10 +4,8 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
char *
|
char *xdg_user_dir_lookup_with_fallback(const char *type, const char *fallback);
|
||||||
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 (const char *type);
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue