summaryrefslogtreecommitdiffstats
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h6
1 files changed, 3 insertions, 3 deletions
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_ */