Imported Upstream version 1.6.4
[platform/upstream/cups.git] / scheduler / testlpd.c
index a7302ca..3ff483e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: testlpd.c 9042 2010-03-24 00:45:34Z mike $"
+ * "$Id: testlpd.c 11173 2013-07-23 12:31:34Z msweet $"
  *
  *   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 11173 2013-07-23 12:31:34Z msweet $".
  */