diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-13 18:40:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-13 18:40:08 +0000 |
commit | 36333f75234a6cb1b98cbe104aee3506d6bec9a1 (patch) | |
tree | 439e1a86cb74ab50b2c503596ccf3dc351d1063f /src/headers/gidstuff-32 | |
parent | 3f62636a98777125444f5bceff812428f6a73039 (diff) | |
download | skalibs-36333f75234a6cb1b98cbe104aee3506d6bec9a1.tar.xz |
- add gid0_scanv2.3.2.0
- version: rc for 2.3.2.0
Diffstat (limited to 'src/headers/gidstuff-32')
-rw-r--r-- | src/headers/gidstuff-32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/headers/gidstuff-32 b/src/headers/gidstuff-32 index a8ed0e8..95a8f12 100644 --- a/src/headers/gidstuff-32 +++ b/src/headers/gidstuff-32 @@ -3,5 +3,6 @@ #define GID_FMT UINT32_FMT #define gid_fmt(s, u) uint32_fmt(s, u) #define gid_scan(s, u) uint32_scan(s, u) +#define gid0_scan(s, u) uint320_scan(s, u) #define gid_fmtlist(s, tab, n) uint32_fmtlist(s, tab, n) #define gid_scanlist(tab, max, s, num) uint32_scanlist(tab, max, s, num) |