1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-02 08:57:19 -04:00
elinks/src/config/home.h

19 lines
230 B
C
Raw Normal View History

#ifndef EL__CONFIG_HOME_H
#define EL__CONFIG_HOME_H
#ifdef __cplusplus
extern "C" {
#endif
extern int first_use;
void init_home(void);
void done_home(void);
char *get_xdg_config_home(void);
#ifdef __cplusplus
}
#endif
#endif