commit | 0837091e8de5a08383499b5fa2e85aaee22f1fff | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jun 26 12:25:02 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jun 26 12:25:02 2010 -0700 |
tree | 2449bb9a8ab626cb0c1a033b81ba42ec25339258 | |
parent | d634bb2d2b12add1021053221c39d3847b5aedb5 [diff] [blame] |
command line nandroid
diff --git a/nandroid.h b/nandroid.h index 30fee01..f124e11 100644 --- a/nandroid.h +++ b/nandroid.h
@@ -4,5 +4,6 @@ int nandroid_main(int argc, char** argv); int nandroid_backup(const char* backup_path); int nandroid_restore(const char* backup_path, int restore_boot, int restore_system, int restore_data, int restore_cache, int restore_sdext); +void nandroid_generate_timestamp_path(char* backup_path); #endif \ No newline at end of file