about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--cmogstored.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmogstored.h b/cmogstored.h
index 1006fc3..b37ff6e 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -544,10 +544,6 @@ struct mog_queue *mog_queue_init(int queue_fd);
 void mog_queue_stop(struct mog_queue *keep);
 void mog_queue_drop(struct mog_fd *);
 
-/* fsck_queue.c */
-bool mog_fsck_queue_ready(struct mog_fd *mfd) MOG_CHECK;
-void mog_fsck_queue_next(struct mog_fd *mfd);
-
 /* valid_put_path.rl */
 bool mog_valid_put_path(const char *buf, size_t len);