From db4eb289d1767b96b349e993313e83d93c07a8de Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 18 Apr 1997 06:37:35 +0000 Subject: imported from mkid-3.0.8 --- token.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'token.h') diff --git a/token.h b/token.h index d0fe9b7..f364de6 100644 --- a/token.h +++ b/token.h @@ -33,8 +33,8 @@ #define TOK_SHORT_COUNT 0x80 /* count is two bytes */ #define tok_string(buf) (buf) -unsigned int tok_flags (char const *buf); -unsigned short tok_count (char const *buf); -unsigned char const *tok_hits_addr (char const *buf); +unsigned int tok_flags __P((char const *buf)); +unsigned short tok_count __P((char const *buf)); +unsigned char const *tok_hits_addr __P((char const *buf)); #endif /* not _token_h_ */ -- cgit v1.2.3