aboutsummaryrefslogtreecommitdiff
path: root/printutils/lpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'printutils/lpr.c')
-rw-r--r--printutils/lpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c
index 153e6ab96..5313d5a20 100644
--- a/printutils/lpr.c
+++ b/printutils/lpr.c
@@ -42,7 +42,7 @@ static void get_response_or_say_and_die(int fd, const char *errmsg)
42} 42}
43 43
44int lpqr_main(int argc, char *argv[]) MAIN_EXTERNALLY_VISIBLE; 44int lpqr_main(int argc, char *argv[]) MAIN_EXTERNALLY_VISIBLE;
45int lpqr_main(int argc, char *argv[]) 45int lpqr_main(int argc ATTRIBUTE_UNUSED, char *argv[])
46{ 46{
47 enum { 47 enum {
48 OPT_P = 1 << 0, // -P queue[@host[:port]]. If no -P is given use $PRINTER, then "lp@localhost:515" 48 OPT_P = 1 << 0, // -P queue[@host[:port]]. If no -P is given use $PRINTER, then "lp@localhost:515"