From d784a738139448819b0f9634632e144f11ce8445 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Fri, 1 Oct 1999 01:08:32 +0000 Subject: Update for version 2.0 --- lib/libkeynote/keynote-main.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'lib/libkeynote/keynote-main.c') diff --git a/lib/libkeynote/keynote-main.c b/lib/libkeynote/keynote-main.c index bc91a3c8ac7..c18ae6965b8 100644 --- a/lib/libkeynote/keynote-main.c +++ b/lib/libkeynote/keynote-main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-main.c,v 1.5 1999/05/31 20:15:25 angelos Exp $ */ +/* $OpenBSD: keynote-main.c,v 1.6 1999/10/01 01:08:30 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -19,16 +19,24 @@ * PURPOSE. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #include #include #include -#include #include -#include #include +#if STDC_HEADERS +#include +#endif /* STDC_HEADERS */ + +#if HAVE_FCNTL_H +#include +#endif /* HAVE_FCNTL_H */ #ifdef WIN32 -#include #include #else #include @@ -48,11 +56,7 @@ mainusage() "e.g., keynote sign\n"); } -#ifdef WIN32 -void -#else int -#endif main(int argc, char *argv[]) { if (argc < 2) -- cgit v1.2.3