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