xdg.h
1 #ifndef XDG_H
2 #define XDG_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int xdg_append_to_path(const char**, const char*);
9 const char* xdg_get_confdir(const char*);
10 
11 
12 #endif /* XDG_H */
13 
14 /* EOF */
xdg_get_confdir
const char * xdg_get_confdir(const char *)
Get configuration directory.
Definition: xdg.c:115
xdg_append_to_path
int xdg_append_to_path(const char **, const char *)
Append path component to buffer.
Definition: xdg.c:55

Generated at 2024-04-27 using  doxygen