comparison gui/app.h @ 32932:e95ec1b2feea

Cosmetic: Rename appInitStruct() to appFreeStruct(). The purpose of the function is to free, not to initialize.
author ib
date Thu, 03 Mar 2011 14:52:21 +0000
parents 03b1051bed5c
children 3c57056637cc
comparison
equal deleted inserted replaced
32931:03b1051bed5c 32932:e95ec1b2feea
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(void); 192 void appFreeStruct(void);
193 void appResetStruct(void); 193 void appResetStruct(void);
194 void btnModify(int, float); 194 void btnModify(int, float);
195 void btnSet(int, int); 195 void btnSet(int, int);
196 196
197 #endif /* MPLAYER_GUI_APP_H */ 197 #endif /* MPLAYER_GUI_APP_H */