aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-15 21:38:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-15 21:38:24 +0200
commit8d661807e363c973dc6a6d7e6015495e7cc3a2ab (patch)
tree4e39bca0226eae8561dc7e3aceccc5e88776533d /include
parentcef36a1f7c90dba57de53de1fa9fd091e304c833 (diff)
Add manga creators page to navigate to others works by the creators
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index faee324..b2c499c 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -44,6 +44,8 @@ namespace QuickMedia {
void image_board_thread_list_page();
void image_board_thread_page();
+ bool on_search_suggestion_submit_text(Body *input_body, Body *output_body);
+
enum class LoadImageResult {
OK,
FAILED,