diff options
Diffstat (limited to 'src/rototiller.h')
-rw-r--r-- | src/rototiller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rototiller.h b/src/rototiller.h index fde7d43..56e1a90 100644 --- a/src/rototiller.h +++ b/src/rototiller.h @@ -26,6 +26,7 @@ typedef struct rototiller_module_t { } rototiller_module_t; int rototiller_init(void); +void rototiller_quiesce(void); void rototiller_shutdown(void); const rototiller_module_t * rototiller_lookup_module(const char *name); void rototiller_get_modules(const rototiller_module_t ***res_modules, size_t *res_n_modules); |