summaryrefslogtreecommitdiff
path: root/scheduler/testlpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/testlpd.c')
-rw-r--r--scheduler/testlpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scheduler/testlpd.c b/scheduler/testlpd.c
index a7302ca5..94722d06 100644
--- a/scheduler/testlpd.c
+++ b/scheduler/testlpd.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testlpd.c 9042 2010-03-24 00:45:34Z mike $"
+ * "$Id: testlpd.c 9950 2011-09-01 23:02:24Z mike $"
*
* cups-lpd test program for CUPS.
*
@@ -47,7 +47,7 @@ static int print_waiting(int outfd, int infd, char *dest);
static int remove_job(int outfd, int infd, char *dest, char **args);
static int status_long(int outfd, int infd, char *dest, char **args);
static int status_short(int outfd, int infd, char *dest, char **args);
-static void usage(void);
+static void usage(void) __attribute__((noreturn));
/*
@@ -546,5 +546,5 @@ usage(void)
/*
- * End of "$Id: testlpd.c 9042 2010-03-24 00:45:34Z mike $".
+ * End of "$Id: testlpd.c 9950 2011-09-01 23:02:24Z mike $".
*/