X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/a193690925d356f36267797637c7bc847ab9b8b0..517a2db3da924ba77ae313404da5e12fda798947:/src/Headers/cstringTable.h diff --git a/src/Headers/cstringTable.h b/src/Headers/cstringTable.h index 1369200..0f798c6 100644 --- a/src/Headers/cstringTable.h +++ b/src/Headers/cstringTable.h @@ -20,13 +20,13 @@ abst_typedef null struct _cstringTable *cstringTable; */ -/*@private@*/ typedef struct +/*:private:*/ typedef struct { /*@only@*/ cstring key; int val; } *hentry; -/*@private@*/ typedef /*@only@*/ hentry o_hentry; +/*:private:*/ typedef /*@only@*/ hentry o_hentry; typedef /*@null@*/ struct {