comparison gui/app.h @ 32926:7c205a5c2a9b

Remove parameter from appInitStruct() function. Since there is only one listItems structure variable (the global appMPlayer), there is no need to pass it to the function.
author ib
date Thu, 03 Mar 2011 13:13:20 +0000
parents 8661ae44ef39
children edb972e22021
comparison
equal deleted inserted replaced
32925:992a4b9d7624 32926:7c205a5c2a9b
187 } listItems; 187 } listItems;
188 188
189 extern listItems appMPlayer; 189 extern listItems appMPlayer;
190 190
191 int appFindMessage(unsigned char *); 191 int appFindMessage(unsigned char *);
192 void appInitStruct(listItems *); 192 void appInitStruct(void);
193 void btnModify(int, float); 193 void btnModify(int, float);
194 void btnSet(int, int); 194 void btnSet(int, int);
195 195
196 #endif /* MPLAYER_GUI_APP_H */ 196 #endif /* MPLAYER_GUI_APP_H */