commit | ee57bbc1b6ee0c35729f8a4cb7c74e3df998b541 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
tree | 6199412925830e8d05f11e18318751244f689556 | |
parent | 928d6054355f334d3e4f858e5752dd4cb305e9f6 [diff] [blame] |
nandroid in C now has a progress bar
diff --git a/extendedcommands.h b/extendedcommands.h index 8a5a1f2..65b1a7a 100644 --- a/extendedcommands.h +++ b/extendedcommands.h
@@ -34,3 +34,5 @@ int install_zip(const char* packagefilepath); +int +__system(const char *command);