summaryrefslogtreecommitdiff
path: root/lib/libkeynote/header.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-01 01:08:32 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-01 01:08:32 +0000
commitd784a738139448819b0f9634632e144f11ce8445 (patch)
treeddb2a252f194b7508d200750332f53694f046fe8 /lib/libkeynote/header.h
parent364f2dadf3054e5812ecc352689f96ed5d1ab7a9 (diff)
Update for version 2.0
Diffstat (limited to 'lib/libkeynote/header.h')
-rw-r--r--lib/libkeynote/header.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkeynote/header.h b/lib/libkeynote/header.h
index 29752468e4d..8a82f93d3f6 100644
--- a/lib/libkeynote/header.h
+++ b/lib/libkeynote/header.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: header.h,v 1.1 1999/05/31 20:09:59 angelos Exp $ */
+/* $OpenBSD: header.h,v 1.2 1999/10/01 01:08:30 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -23,8 +23,8 @@
#define _HEADER_H_
/* Functions */
-extern int keynote_sign(int, char **), keynote_sigver(int, char **);
-extern int keynote_verify(int, char **), keynote_keygen(int, char **);
+extern void keynote_sign(int, char **), keynote_sigver(int, char **);
+extern void keynote_verify(int, char **), keynote_keygen(int, char **);
extern void print_key(FILE *, char *, char *, int, int);
extern void mystrncpy(char *, char *, int);
extern void print_space(FILE *, int);