Subversion Repositories freemyipod

Rev

Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 71
Line 20... Line 20...
20
//
20
//
21
//
21
//
22
 
22
 
23
 
23
 
24
#include "global.h"
24
#include "global.h"
-
 
25
#include "storage.h"
25
 
26
 
26
 
27
 
27
void shutdown()
28
void shutdown()
28
{
29
{
-
 
30
    DEBUGF("Shutting down...");
-
 
31
#ifdef HAVE_STORAGE_FLUSH
-
 
32
    storage_flush();
-
 
33
#endif
29
}
34
}