summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-10-08 19:48:16 +0200
committerpgen <p.gen.progs@gmail.com>2015-10-08 19:48:16 +0200
commite491c33b061dbe8258264c47385a6756481971c2 (patch)
treed9a350bf68ba53c2dd80adf0171f2122b295c357 /smenu.h
parent8a74efe815278918de6b0d9bd9613a865bffc6f4 (diff)
Look also for the configuration file in the current path
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.h b/smenu.h
index 4997b8a..29dbfec 100644
--- a/smenu.h
+++ b/smenu.h
@@ -70,7 +70,7 @@ int ini_load(const char *filename, win_t * win, term_t * term,
const char *name, const char *value));
int ini_cb(win_t * win, term_t * term, const char *section, const char *name,
const char *value);
-char *make_ini_path(char *name);
+char *make_ini_path(char *name, char *base);
void set_foreground_color(term_t * term, int color);
void set_background_color(term_t * term, int color);