Subversion Repositories freemyipod

Rev

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

Rev 834 Rev 835
Line 47... Line 47...
47
    .argc = 0,
47
    .argc = 0,
48
    .argv = NULL
48
    .argv = NULL
49
};
49
};
50
 
50
 
51
 
51
 
52
static void main()
52
static void main(int argc, const char** argv)
53
{
53
{
54
    settings_init();
54
    settings_init();
55
    
55
    
56
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
56
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
57
                                               LIBBOOT_API_VERSION, "libboot ");
57
                                               LIBBOOT_API_VERSION, "libboot ");