summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-10-11 23:19:49 +0200
committerpgen <p.gen.progs@gmail.com>2015-10-11 23:19:49 +0200
commit55a90c96a5bc75dd453420d39ff4970e98ce5268 (patch)
tree27bae58cfcb005722530d78bfe143b56e8c26f25 /smenu.h
parent308f574af3ce76ab4188fe5229b347ac8766eb8c (diff)
Center the help line
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 22074ee..a3709fa 100644
--- a/smenu.h
+++ b/smenu.h
@@ -26,7 +26,7 @@ typedef struct word_s word_t;
typedef struct color_s color_t;
typedef struct limits_s limits_t;
-void help(void);
+void help(win_t * win);
void usage(void);
void *xmalloc(size_t size);