Subversion Repositories freemyipod

Rev

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

Rev 654 Rev 655
Line 23... Line 23...
23
 
23
 
24
#include "emcorelib.h"
24
#include "emcorelib.h"
25
#include "export/libmkfat32.h"
25
#include "export/libmkfat32.h"
26
 
26
 
27
 
27
 
28
struct libmkfat32_api apitable =
28
static struct libmkfat32_api apitable =
29
{
29
{
30
    .mkfat32 = mkfat32
30
    .mkfat32 = mkfat32
31
};
31
};
32
 
32
 
33
 
33