summaryrefslogtreecommitdiffstats
path: root/token.h
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:37:35 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:37:35 +0000
commitdb4eb289d1767b96b349e993313e83d93c07a8de (patch)
treec10f8ee5bad361c93d335c1088249c5ecdb12578 /token.h
parentc2e961ee7b01e5390b0973e69c68e5ae2e91702d (diff)
downloadidutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.gz
idutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.bz2
idutils-db4eb289d1767b96b349e993313e83d93c07a8de.zip
imported from mkid-3.0.8r3_0_8
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_ */