diff options
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef READ_CFG_H #define READ_CFG_H +char *find_config(); + void cfg_interp(); int get_compmode(); |
index : terminal-media-launcher.git | ||
A lightweight Terminal Media Launcher written in C |
summaryrefslogtreecommitdiff |
-rw-r--r-- | read_cfg.h | 2 |
@@ -1,6 +1,8 @@ #ifndef READ_CFG_H #define READ_CFG_H +char *find_config(); + void cfg_interp(); int get_compmode(); |