summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libkeynote/keynote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.h b/lib/libkeynote/keynote.h
index c5164c3c5ac..b6290de0bdd 100644
--- a/lib/libkeynote/keynote.h
+++ b/lib/libkeynote/keynote.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: keynote.h,v 1.12 2000/05/17 05:38:19 angelos Exp $ */
+/* $OpenBSD: keynote.h,v 1.13 2000/05/17 05:40:03 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -151,7 +151,7 @@ int kn_do_query(int, char **, int);
int kn_get_failed(int, int, int);
int kn_cleanup_action_environment(int);
int kn_close(int);
-void kn_free_key(struct keynote_deckey);
+void kn_free_key(struct keynote_deckey *);
/* Simple API */
int kn_query(struct environment *, char **, int, char **, int *, int,