diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:35 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:35 +0000 |
commit | db4eb289d1767b96b349e993313e83d93c07a8de (patch) | |
tree | c10f8ee5bad361c93d335c1088249c5ecdb12578 /token.h | |
parent | c2e961ee7b01e5390b0973e69c68e5ae2e91702d (diff) | |
download | idutils-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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_ */ |