diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-17 05:40:04 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-05-17 05:40:04 +0000 |
commit | 9ec00b9fdfe93fe410f6932f84033553e51b74e2 (patch) | |
tree | ad475e3111c0eff498466c84295302b8f96eece1 /lib/libkeynote | |
parent | c9430d8f73aee604487dff420e6a8de3e3888966 (diff) |
Oops, typo.
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/keynote.h | 4 |
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, |