comparison src/xs_stil.h @ 759:693594421516

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 19:06:21 +0200
parents 55eea3fa8868
children
comparison
equal deleted inserted replaced
758:6c8c968595d9 759:693594421516
16 *info; 16 *info;
17 } XSSTILSubNode; 17 } XSSTILSubNode;
18 18
19 19
20 typedef struct _XSSTILNode { 20 typedef struct _XSSTILNode {
21 gchar *filename; 21 gchar *filename;
22 gint nsubTunes; 22 gint nsubTunes;
23 XSSTILSubNode **subTunes; 23 XSSTILSubNode **subTunes;
24 struct _XSSTILNode *prev, *next; 24 struct _XSSTILNode *prev, *next;
25 } XSSTILNode; 25 } XSSTILNode;
26 26
27 27
28 typedef struct { 28 typedef struct {
29 XSSTILNode *nodes, 29 XSSTILNode *nodes,
30 **pindex; 30 **pindex;
31 size_t n; 31 size_t n;
32 } XSSTILDB; 32 } XSSTILDB;
33 33
34 34
35 /* Functions 35 /* Functions
36 */ 36 */
37 gint xs_stildb_read(XSSTILDB *, gchar *); 37 gint xs_stildb_read(XSSTILDB *, gchar *);
38 gint xs_stildb_index(XSSTILDB *); 38 gint xs_stildb_index(XSSTILDB *);
39 void xs_stildb_free(XSSTILDB *); 39 void xs_stildb_free(XSSTILDB *);
40 XSSTILNode * xs_stildb_get_node(XSSTILDB *, gchar *); 40 XSSTILNode * xs_stildb_get_node(XSSTILDB *, gchar *);
41 41
42 #ifdef __cplusplus 42 #ifdef __cplusplus
43 } 43 }
44 #endif 44 #endif
45 #endif /* XS_STIL_H */ 45 #endif /* XS_STIL_H */