summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 4c58df0..118ad32 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -312,7 +312,7 @@ int   x_errorhandler(Display *, XErrorEvent *);
 void  x_setup(char *display_name);
 char *x_screenname(int);
 void  x_setupscreen(struct screen_ctx *, u_int);
-void  usage(void);
+__dead void  usage(void);
 
 struct client_ctx *client_find(Window);
 void               client_setup(void);