summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_text_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_text_processor.h')
-rw-r--r--apps/plugins/text_viewer/tv_text_processor.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/plugins/text_viewer/tv_text_processor.h b/apps/plugins/text_viewer/tv_text_processor.h
index 3cb2a96448..8a9de9075b 100644
--- a/apps/plugins/text_viewer/tv_text_processor.h
+++ b/apps/plugins/text_viewer/tv_text_processor.h
@@ -26,20 +26,8 @@
26/* 26/*
27 * initialize the text processor module 27 * initialize the text processor 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
39 * true initialize success
40 * false initialize failure
41 */ 29 */
42bool tv_init_text_processor(unsigned char *buf, size_t bufsize, size_t *used_size); 30void tv_init_text_processor(void);
43 31
44/* 32/*
45 * set the processing conditions 33 * set the processing conditions