Implemented reading of AA field string from iso_node_get_xinfo().

(No AA strings get submitted as xinfo yet.)
This commit is contained in:
2009-01-14 15:49:02 +01:00
parent 3294dd5e94
commit 3c91c2f333
4 changed files with 119 additions and 33 deletions

View File

@@ -117,6 +117,17 @@ int aaip_get_attr_list(char *path, size_t *num_attrs, char ***names,
*/
/* This function expects to get submitted a complete chain of AA fields and
determines its size by interpeting the SUSP structure..
@param aa_name The Signature Word (advised is "AA") to be looked for
@param data An arbitrary number of bytes beginning with the
complete chain of AA fields. Trailing trash is ignored.
@param flag Unused yet. Submit 0.
@return The number of bytes of the AA field chain.
*/
size_t aaip_count_bytes(char aa_name[2], unsigned char *data, int flag);
/* The AAIP decoder context.
*/
struct aaip_state;