diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:10:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:10:01 +0000 |
commit | 5b9b4546172d8ee78fb8946941ec6e490a67d76a (patch) | |
tree | 81b01493f156e6239f4d2fd7db386f01c4fce4d8 /lib/libkeynote/keynote-verify.c | |
parent | a96d5d8ab75b6309c1dd8f9940fa8ed8f7fcc88e (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.c | 9 |
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) |