summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_bookmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_bookmark.h')
-rw-r--r--apps/plugins/text_viewer/tv_bookmark.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_bookmark.h b/apps/plugins/text_viewer/tv_bookmark.h
index b0b91077d4..85b52b2c4f 100644
--- a/apps/plugins/text_viewer/tv_bookmark.h
+++ b/apps/plugins/text_viewer/tv_bookmark.h
@@ -29,6 +29,7 @@
29 29
30/* Maximum amount of register possible bookmarks */ 30/* Maximum amount of register possible bookmarks */
31#define TV_MAX_BOOKMARKS 16 31#define TV_MAX_BOOKMARKS 16
32#define SERIALIZE_BOOKMARK_SIZE 8
32 33
33/* 34/*
34 * initialize the bookmark module 35 * initialize the bookmark module
@@ -83,7 +84,7 @@ void tv_create_system_bookmark(void);
83 * Return 84 * Return
84 * the size of the result 85 * the size of the result
85 */ 86 */
86int tv_serialize_bookmarks(int fd); 87int tv_serialize_bookmarks(unsigned char *buf);
87 88
88/* 89/*
89 * deserialize the bookmark array 90 * deserialize the bookmark array