blob: f124e1118aecefd198a5f2120e7848d0219f63a7 [file] [log] [blame]
Koushik K. Duttaee57bbc2010-03-12 23:21:12 -08001#ifndef NANDROID_H
2#define NANDROID_H
3
4int nandroid_main(int argc, char** argv);
Koushik Dutta2f73e582010-04-18 16:00:21 -07005int nandroid_backup(const char* backup_path);
6int nandroid_restore(const char* backup_path, int restore_boot, int restore_system, int restore_data, int restore_cache, int restore_sdext);
Koushik Dutta08370912010-06-26 12:25:02 -07007void nandroid_generate_timestamp_path(char* backup_path);
Koushik K. Duttaee57bbc2010-03-12 23:21:12 -08008
9#endif