diff options
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); |