summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_pager.h')
-rw-r--r--apps/plugins/text_viewer/tv_pager.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/plugins/text_viewer/tv_pager.h b/apps/plugins/text_viewer/tv_pager.h
index 798d694ce5..ec1de24b5a 100644
--- a/apps/plugins/text_viewer/tv_pager.h
+++ b/apps/plugins/text_viewer/tv_pager.h
@@ -30,20 +30,11 @@
/*
* initialize the pager module
*
- * [In] buf
- * the start pointer of the buffer
- *
- * [In] size
- * enabled buffer size
- *
- * [Out] used_size
- * the size of the buffer which the pager uses
- *
* return
* true initialize success
* false initialize failure
*/
-bool tv_init_pager(unsigned char *buf, size_t bufsize, size_t *used_size);
+bool tv_init_pager(void);
/* finalize the pager module */
void tv_finalize_pager(void);