From 795e044ab96862a532a74fa067e1839702fe6a8a Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Mon, 9 Nov 2009 22:58:37 +0000 Subject: [PATCH] documentation fix --- stasis/pageHandle.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stasis/pageHandle.h b/stasis/pageHandle.h index 94838ed..2d2134a 100644 --- a/stasis/pageHandle.h +++ b/stasis/pageHandle.h @@ -47,9 +47,6 @@ struct stasis_page_handle_t { concurrent calls will be passed the same value of ret. @see bufferManager.c for the implementation of read_page. - - @todo read_page and pageWrite should be stored in a struct returned by - an initializer, not in global function pointers. */ void (*read)(struct stasis_page_handle_t* ph, Page * ret, pagetype_t type); /**