diff options
author | Roy Marples <roy@marples.name> | 2007-10-22 19:33:42 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-22 19:33:42 +0000 |
commit | 9dddb43eb49d07d8c1b87e11c8d259fd41a34ae4 (patch) | |
tree | bb4d9e3908468f9a4347c19842afd7da62850525 /src/rc-plugin.h | |
parent | 6b0c28039d051af85f009cb2cbc4c77a3d93bdb0 (diff) |
Wait for plugins to finish before moving on.
Diffstat (limited to 'src/rc-plugin.h')
-rw-r--r-- | src/rc-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-plugin.h b/src/rc-plugin.h index b15a11c7..56b012ba 100644 --- a/src/rc-plugin.h +++ b/src/rc-plugin.h @@ -12,6 +12,7 @@ * Mainly used in atexit code. */ extern bool rc_in_plugin; +int rc_waitpid (pid_t pid); void rc_plugin_load (); void rc_plugin_unload (); void rc_plugin_run (rc_hook_t, const char *value); |