Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Mery <amery@geeks.cl>2012-05-11 14:02:10 +0400
committerAlejandro Mery <amery@geeks.cl>2012-05-11 14:02:10 +0400
commit73b18fcfc94ab7f66b1a36d6cdee4e25e374e636 (patch)
tree5f6bf53421e958f1bd8d75a5528cc7edb34105d8 /script_bin.c
parent650b1dfa791e3d73b1061bfa1b5e5820c83fe690 (diff)
fexc: move bin2fex's main() in
Diffstat (limited to 'script_bin.c')
-rw-r--r--script_bin.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/script_bin.c b/script_bin.c
index 6ee89b2..ede5bc7 100644
--- a/script_bin.c
+++ b/script_bin.c
@@ -208,3 +208,10 @@ int script_generate_bin(void *bin, size_t UNUSED(bin_size),
}
return 1;
}
+
+int script_decompile_bin(void *UNUSED(bin), size_t UNUSED(bin_size),
+ const char *UNUSED(filename),
+ struct script *UNUSED(script))
+{
+ return 0;
+}