summaryrefslogtreecommitdiffstats
path: root/src/LYBookmark.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:15 +0000
commitae5d181b854d3ccb373b6bc01b4869e44ff4d87a (patch)
tree91f59efb48c56a84cc798e012fccb667b63d3fee /src/LYBookmark.h
parentInitial commit. (diff)
downloadlynx-upstream/2.9.0dev.12.tar.xz
lynx-upstream/2.9.0dev.12.zip
Adding upstream version 2.9.0dev.12.upstream/2.9.0dev.12upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/LYBookmark.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/LYBookmark.h b/src/LYBookmark.h
new file mode 100644
index 0000000..a9eb494
--- /dev/null
+++ b/src/LYBookmark.h
@@ -0,0 +1,25 @@
+#ifndef LYBOOKMARK_H
+#define LYBOOKMARK_H
+
+#ifndef LYSTRUCTS_H
+#include <LYStructs.h>
+#endif /* LYSTRUCTS_H */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+ extern BOOLEAN LYHaveSubBookmarks(void);
+ extern const char *get_bookmark_filename(char **name);
+ extern int LYMBM2index(int ch);
+ extern unsigned LYindex2MBM(int n);
+ extern int select_menu_multi_bookmarks(void);
+ extern int select_multi_bookmarks(void);
+ extern void LYMBM_statusline(const char *text);
+ extern void remove_bookmark_link(int cur, char *cur_bookmark_page);
+ extern void save_bookmark_link(const char *address, const char *title);
+ extern void set_default_bookmark_page(char *value);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* LYBOOKMARK_H */