aboutsummaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-10-06 14:50:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-06 14:50:01 -0700
commitc0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5 (patch)
tree7d5918e5a374c66c3127109b200ad6b40aea0994 /init/init.h
parentf184b94ad32c50ccf5bb1792a963551b5841e772 (diff)
parent4d0b21f4ac5908f695c9c0759c3a34511d8fd97b (diff)
downloadsystem_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.tar.gz
system_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.tar.bz2
system_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.zip
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/system/core into eclair-mr2-plus-aosp
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 f306b7bc..60c30555 100644
--- a/init/init.h
+++ b/init/init.h
@@ -165,6 +165,7 @@ void service_stop(struct service *svc);
void service_start(struct service *svc, const char *dynamic_args);
void property_changed(const char *name, const char *value);
+void drain_action_queue(void);
struct action *action_remove_queue_head(void);
void action_add_queue_tail(struct action *act);
void action_for_each_trigger(const char *trigger,