summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-10-07 00:57:43 +0200
committerpgen <p.gen.progs@gmail.com>2015-10-07 00:57:43 +0200
commit5d0c76d13833d14095eb4975a9625d629ba5fcd4 (patch)
treeb0c7646cc45b86543b61a2dbffce8def47ff3d2e /smenu.h
parent0bdf1f0d91c13cec64acf7d91dc5043dd8a3967e (diff)
Hardcode the program name in usage
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 a452eba..dce2211 100644
--- a/smenu.h
+++ b/smenu.h
@@ -26,7 +26,7 @@ typedef struct word_s word_t;
typedef struct color_s color_t;
void help(void);
-void usage(char *prog);
+void usage(void);
void *xmalloc(size_t size);
void *xcalloc(size_t num, size_t size);