summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2014-09-23 07:48:47 -0700
committerElliott Hughes <enh@google.com>2015-02-02 16:22:56 -0800
commit429721c5c4218679d6ae042d85dd98e3d7ead658 (patch)
tree48a7828344bff171990a586c3ec43729270b1baf /init/init.h
parent46adfa69b689bc9f9e15c87275839f233a404582 (diff)
downloadsystem_core-429721c5c4218679d6ae042d85dd98e3d7ead658.zip
system_core-429721c5c4218679d6ae042d85dd98e3d7ead658.tar.gz
system_core-429721c5c4218679d6ae042d85dd98e3d7ead658.tar.bz2
init: Implement 'exec' command.
(cherry-pick of d05ab3952ec0e38f33a0e80ce6b9eb45b0064ba4.) Change-Id: Id6d9bb32e51a0ad090ed8240cc505dc45b57b35d
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h
index e03bd53..654a80b 100644
--- a/init/init.h
+++ b/init/init.h
@@ -149,5 +149,6 @@ void property_changed(const char *name, const char *value);
extern struct selabel_handle *sehandle;
extern struct selabel_handle *sehandle_prop;
extern int selinux_reload_policy(void);
+void zap_stdio(void);
#endif /* _INIT_INIT_H */