summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote-verify.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-31 20:10:01 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-31 20:10:01 +0000
commit5b9b4546172d8ee78fb8946941ec6e490a67d76a (patch)
tree81b01493f156e6239f4d2fd7db386f01c4fce4d8 /lib/libkeynote/keynote-verify.c
parenta96d5d8ab75b6309c1dd8f9940fa8ed8f7fcc88e (diff)
Sanitize prototypes and variable extern definitions, remove
unnecessary header file, add prototypes header file for utility building.
Diffstat (limited to 'lib/libkeynote/keynote-verify.c')
-rw-r--r--lib/libkeynote/keynote-verify.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libkeynote/keynote-verify.c b/lib/libkeynote/keynote-verify.c
index 4477fbcc961..64dd8b4419a 100644
--- a/lib/libkeynote/keynote-verify.c
+++ b/lib/libkeynote/keynote-verify.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: keynote-verify.c,v 1.2 1999/05/24 01:29:22 angelos Exp $ */
-
+/* $OpenBSD: keynote-verify.c,v 1.3 1999/05/31 20:09:59 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -39,11 +38,7 @@
#endif /* WIN32 */
#include "keynote.h"
-
-extern int read_environment(char *);
-extern void parse_key(char *);
-
-int sessid;
+#include "header.h"
void
verifyusage(void)