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 @@
30/* 30/*
31 * initialize the pager module 31 * initialize the pager module
32 * 32 *
33 * [In] buf
34 * the start pointer of the buffer
35 *
36 * [In] size
37 * enabled buffer size
38 *
39 * [Out] used_size
40 * the size of the buffer which the pager uses
41 *
42 * return 33 * return
43 * true initialize success 34 * true initialize success
44 * false initialize failure 35 * false initialize failure
45 */ 36 */
46bool tv_init_pager(unsigned char *buf, size_t bufsize, size_t *used_size); 37bool tv_init_pager(void);
47 38
48/* finalize the pager module */ 39/* finalize the pager module */
49void tv_finalize_pager(void); 40void tv_finalize_pager(void);