summaryrefslogtreecommitdiff
path: root/xkill.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 23:01:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 23:01:53 -0800
commit2e195507f5b17425d02af4dd6a4f151158d715c3 (patch)
tree2e694e29b1c88f0beac6830e147d2361b2fc7e37 /xkill.c
parent07f1204a7d56e6b02098cf4b82f9f90576e7f289 (diff)
Mark Exit() and usage() as _X_NORETURN
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 =