comparison src/xmms-sid.h @ 751:55eea3fa8868

Rename some structures.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 18:42:57 +0200
parents d9d769b5dbe2
children 64e7e427a436
comparison
equal deleted inserted replaced
750:3180bf22090f 751:55eea3fa8868
135 */ 135 */
136 typedef struct { 136 typedef struct {
137 gint tuneSpeed, 137 gint tuneSpeed,
138 tuneLength; 138 tuneLength;
139 gboolean tunePlayed; 139 gboolean tunePlayed;
140 } xs_subtuneinfo_t; 140 } XSSubTuneInfo;
141 141
142 142
143 typedef struct { 143 typedef struct {
144 gchar *sidFilename, 144 gchar *sidFilename,
145 *sidName, 145 *sidName,
150 initAddr, 150 initAddr,
151 playAddr, 151 playAddr,
152 dataFileLen, 152 dataFileLen,
153 sidModel; 153 sidModel;
154 gint nsubTunes, startTune; 154 gint nsubTunes, startTune;
155 xs_subtuneinfo_t *subTunes; 155 XSSubTuneInfo *subTunes;
156 } xs_tuneinfo_t; 156 } XSTuneInfo;
157 157
158 158
159 /* Global variables 159 /* Global variables
160 */ 160 */
161 extern InputPlugin xs_plugin_ip; 161 extern InputPlugin xs_plugin_ip;