about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmogstored.h b/cmogstored.h
index 4162931..487a70d 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -426,6 +426,7 @@ char *mog_canonpath_die(const char *path, enum canonicalize_mode_t canon_mode);
 
 /* thrpool.c */
 void mog_thr_test_quit(void);
+bool mog_thr_prepare_quit(void) MOG_CHECK;
 void mog_thrpool_start(struct mog_thrpool *, size_t n,
                        void *(*start_fn)(void *), void *arg);
 void mog_thrpool_quit(struct mog_thrpool *, struct mog_queue *);