about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-30 22:10:16 +0000
committerEric Wong <e@80x24.org>2014-05-30 22:12:11 +0000
commitc53cecda7106e4c7eb14d5c26e28bda82743771d (patch)
tree429ef010673bdc3b6448ddf694c71d45a3c075dd
parentcd7b4cbacbc968bd4d7ed5fed9122f75d229793c (diff)
downloadcmogstored-c53cecda7106e4c7eb14d5c26e28bda82743771d.tar.gz
fsck_queues were replaced by generic ioq for all requests in 1.3,
but the declarations here were forgotten.
-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);