-/* $NetBSD: ppt.c,v 1.15 2003/08/07 09:37:33 agc Exp $ */
+/* $NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: ppt.c,v 1.15 2003/08/07 09:37:33 agc Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
#define EDGE "___________"
- void usage __P((void));
- int main __P((int, char *[]));
-static void putppt __P((int));
- int getppt __P((const char *));
+ void usage(void);
+ int main(int, char *[]);
+static void putppt(int);
+ int getppt(const char *);
void
usage(void)