comparison asxparser.h @ 31077:dd7f15a3fb1b

the great MPlayer tab removal: part II some extra indentation fixes are put in as a bonus
author diego
date Mon, 03 May 2010 23:34:38 +0000
parents dad8e0eb182a
children
comparison
equal deleted inserted replaced
31076:783f8faee539 31077:dd7f15a3fb1b
45 /* 45 /*
46 * Return -1 on error, 0 when nothing is found, 1 on sucess 46 * Return -1 on error, 0 when nothing is found, 1 on sucess
47 */ 47 */
48 int 48 int
49 asx_get_element(ASX_Parser_t* parser,char** _buffer, 49 asx_get_element(ASX_Parser_t* parser,char** _buffer,
50 char** _element,char** _body,char*** _attribs); 50 char** _element,char** _body,char*** _attribs);
51 51
52 int 52 int
53 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs); 53 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs);
54 54
55 /////// Attribs utils 55 /////// Attribs utils