Subversion Repositories freemyipod

Rev

Rev 651 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 651 Rev 674
Line 35... Line 35...
35
 
35
 
36
/* emCORE library identifier */
36
/* emCORE library identifier */
37
#define LIBUI_IDENTIFIER 0x49554365
37
#define LIBUI_IDENTIFIER 0x49554365
38
 
38
 
39
/* increase this every time the api struct changes */
39
/* increase this every time the api struct changes */
40
#define LIBUI_API_VERSION 1
40
#define LIBUI_API_VERSION 2
41
 
41
 
42
/* update this to latest version if a change to the api struct breaks
42
/* update this to latest version if a change to the api struct breaks
43
   backwards compatibility (and please take the opportunity to sort in any
43
   backwards compatibility (and please take the opportunity to sort in any
44
   new function which are "waiting" at the end of the function table) */
44
   new function which are "waiting" at the end of the function table) */
45
#define LIBUI_MIN_API_VERSION 1
45
#define LIBUI_MIN_API_VERSION 2
46
 
46
 
47
/* NOTE: To support backwards compatibility, only add new functions at
47
/* NOTE: To support backwards compatibility, only add new functions at
48
         the end of the structure.  Every time you add a new function,
48
         the end of the structure.  Every time you add a new function,
49
         remember to increase LIBUI_API_VERSION. If you make changes to the
49
         remember to increase LIBUI_API_VERSION. If you make changes to the
50
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */
50
         existing APIs, also update LIBUI_MIN_API_VERSION to current version */