summaryrefslogtreecommitdiffstats
path: root/ppt
diff options
context:
space:
mode:
authorkim <kim@NetBSD.org>2002-11-26 03:49:53 +0000
committerkim <kim@NetBSD.org>2002-11-26 03:49:53 +0000
commitfe0e18ae0a5ffe0ab2463730ccc4eea4a6f9d0a0 (patch)
tree1e90a60c7cd2eed9d16cc109ddebc6211b5ede34 /ppt
parent51815e7d71daec0be43c3ed1b91c69f49eee6fdc (diff)
downloadbsdgames-darwin-fe0e18ae0a5ffe0ab2463730ccc4eea4a6f9d0a0.tar.gz
bsdgames-darwin-fe0e18ae0a5ffe0ab2463730ccc4eea4a6f9d0a0.tar.zst
bsdgames-darwin-fe0e18ae0a5ffe0ab2463730ccc4eea4a6f9d0a0.zip
I forgot to compile first...
Diffstat (limited to 'ppt')
-rw-r--r--ppt/ppt.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ppt/ppt.c b/ppt/ppt.c
index b759489c..cecdf836 100644
--- a/ppt/ppt.c
+++ b/ppt/ppt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ppt.c,v 1.10 2002/11/26 03:47:46 kim Exp $ */
+/* $NetBSD: ppt.c,v 1.11 2002/11/26 03:49:53 kim Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -43,10 +43,11 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: ppt.c,v 1.10 2002/11/26 03:47:46 kim Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.11 2002/11/26 03:49:53 kim Exp $");
#endif
#endif /* not lint */
+#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -54,6 +55,7 @@ __RCSID("$NetBSD: ppt.c,v 1.10 2002/11/26 03:47:46 kim Exp $");
#define EDGE "___________"
+ void usage __P((void));
int main __P((int, char *[]));
static void putppt __P((int));
int getppt __P((const char *));