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, 0 insertions, 1 deletions
diff --git a/cmogstored.h b/cmogstored.h
index c958a87..ee6a6fa 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -287,7 +287,6 @@ struct mog_fd {
                 struct mog_svc *svc;
         } as;
 };
-struct mog_fd *mog_fd_get(int fd);
 void mog_fd_put(struct mog_fd *mfd);
 void mog_fdmap_requeue(struct mog_queue *quit_queue);
 size_t mog_fdmap_expire(uint32_t sec);