summaryrefslogtreecommitdiff
path: root/xkill.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkill.c')
-rw-r--r--xkill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkill.c b/xkill.c
index 429a64a..8ee3431 100644
--- a/xkill.c
+++ b/xkill.c
@@ -60,7 +60,7 @@ static int verify_okay_to_kill ( Display *dpy, int screenno );
static Bool wm_state_set ( Display *dpy, Window win );
static Bool wm_running ( Display *dpy, int screenno );
-static void
+static void _X_NORETURN
Exit(int code, Display *dpy)
{
if (dpy) {
@@ -69,7 +69,7 @@ Exit(int code, Display *dpy)
exit (code);
}
-static void
+static void _X_NORETURN
usage(void)
{
const char *options =