summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_reader.h')
-rw-r--r--apps/plugins/text_viewer/tv_reader.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/plugins/text_viewer/tv_reader.h b/apps/plugins/text_viewer/tv_reader.h
index 464af1027a..2ee0b828ab 100644
--- a/apps/plugins/text_viewer/tv_reader.h
+++ b/apps/plugins/text_viewer/tv_reader.h
@@ -28,20 +28,11 @@
28/* 28/*
29 * initialize the reader module 29 * initialize the reader module
30 * 30 *
31 * [In] buf
32 * the start pointer of the buffer
33 *
34 * [In] size
35 * enabled buffer size
36 *
37 * [Out] used_size
38 * the size of the buffer which the pager uses
39 *
40 * return 31 * return
41 * true initialize success 32 * true initialize success
42 * false initialize failure 33 * false initialize failure
43 */ 34 */
44bool tv_init_reader(unsigned char *buf, size_t bufsize, size_t *used_size); 35bool tv_init_reader(void);
45 36
46/* finalize the reader module */ 37/* finalize the reader module */
47void tv_finalize_reader(void); 38void tv_finalize_reader(void);