-/* $NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $ */
+/* $NetBSD: progress.c,v 1.19 2011/09/16 15:39:28 joerg Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $");
+__RCSID("$NetBSD: progress.c,v 1.19 2011/09/16 15:39:28 joerg Exp $");
#endif /* not lint */
#include <sys/types.h>
#include "progressbar.h"
static void broken_pipe(int unused);
-static void usage(void);
-int main(int, char *[]);
+__dead static void usage(void);
static void
broken_pipe(int unused)