diff options
author | imp <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
commit | 0b20191705a346bc322deac818912bd4eab96a1b (patch) | |
tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/tput | |
parent | 1698cb216e2d4ca62662103eba0191f134923698 (diff) | |
download | FreeBSD-src-0b20191705a346bc322deac818912bd4eab96a1b.zip FreeBSD-src-0b20191705a346bc322deac818912bd4eab96a1b.tar.gz |
remove __P
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index ce2ec9c..70a32eb 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -57,9 +57,9 @@ static const char sccsid[] = "@(#)tput.c 8.2 (Berkeley) 3/19/94"; #undef putchar #define outc putchar -static void prlongname __P((char *)); -static void usage __P((void)); -static char **process __P((const char *, char *, char **)); +static void prlongname(char *); +static void usage(void); +static char **process(const char *, char *, char **); int main(argc, argv) |