summaryrefslogtreecommitdiff
path: root/scheduler/testlpd.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /scheduler/testlpd.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
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 $".
*/