comparison src/xs_stil.h @ 117:453ac1293f6a

Fixed severe bug in xs_strmcat() Finalized the STIL-parser, should now work if not for any unfound bug(s).
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 01:55:04 +0000
parents 578b71b62eeb
children 575686094eb1
comparison
equal deleted inserted replaced
116:01496c6f85c3 117:453ac1293f6a
10 /* 10 /*
11 * Defines and typedefs 11 * Defines and typedefs
12 */ 12 */
13 typedef struct { 13 typedef struct {
14 gchar *pName, 14 gchar *pName,
15 *pTitle,
16 *pArtist,
17 *pAuthor, 15 *pAuthor,
18 *pComment; 16 *pInfo;
19 } t_xs_stil_subnode; 17 } t_xs_stil_subnode;
20 18
21 typedef struct _t_xs_stil_node { 19 typedef struct _t_xs_stil_node {
22 gchar *pcFilename; 20 gchar *pcFilename;
23 t_xs_stil_subnode subTune[XS_STIL_MAXENTRY]; 21 t_xs_stil_subnode subTune[XS_STIL_MAXENTRY];