messing about.
[tprouty/samba.git] / source / aparser / templates / prs_uint8s.tpl
1         if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(il->@ARRAY_LEN@))) goto fail;
2         if (!io_uint8s("@ELEM@", ps, depth+1, &il->@ELEM@,      il->@ARRAY_LEN@, @FLAGS@)) goto fail;