commit | 7adeadce47e326e88b4cf7e8d51b3aec9740a511 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu May 26 11:47:56 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Thu May 26 11:47:56 2011 -0700 |
tree | db02e06caeac10cd2e5501cafd71a252166d9171 | |
parent | e62132bb6dc2f2d87ee4f8d262c5159ee9f14c7f [diff] [blame] |
fix up some implicit declarations Change-Id: Ia98bb5bea04a9cb87bf1993687e7f91f46022509
diff --git a/extendedcommands.h b/extendedcommands.h index 9297f83..a016b84 100644 --- a/extendedcommands.h +++ b/extendedcommands.h
@@ -44,4 +44,6 @@ void create_fstab(); -int has_datadata(); \ No newline at end of file +int has_datadata(); + +void handle_failure(int ret);