diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 23:19:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 23:19:54 +0000 |
commit | e5337c906c9940917af4381258373156a648125a (patch) | |
tree | 1d5ba23646376e4d9dbdfd47a1a9feb6fbdbda79 /lib/libkeynote/assertion.h | |
parent | b8acdaf018f2fb7253cbfffca2ead9ed7cdd1d28 (diff) |
simple protos
Diffstat (limited to 'lib/libkeynote/assertion.h')
-rw-r--r-- | lib/libkeynote/assertion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkeynote/assertion.h b/lib/libkeynote/assertion.h index 0310f09c3c8..9ec28fc2920 100644 --- a/lib/libkeynote/assertion.h +++ b/lib/libkeynote/assertion.h @@ -1,4 +1,4 @@ -/* $OpenBSD: assertion.h,v 1.4 2001/09/03 20:14:51 deraadt Exp $ */ +/* $OpenBSD: assertion.h,v 1.5 2003/06/26 23:19:53 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -167,6 +167,6 @@ extern void keynote_lex_remove(void *); extern void keynote_cleanup_kth(void); extern int keynote_retindex(char *); extern void knerror(char *); -extern int knparse(); -extern int knlex(); +extern int knparse(void); +extern int knlex(void); #endif /* __ASSERTION_H__ */ |