summaryrefslogtreecommitdiff
path: root/include/netsurf/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/misc.h')
-rw-r--r--include/netsurf/misc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/netsurf/misc.h b/include/netsurf/misc.h
index ee5d00d3d..00ac705cc 100644
--- a/include/netsurf/misc.h
+++ b/include/netsurf/misc.h
@@ -116,6 +116,14 @@ struct gui_misc_table {
*/
void (*pdf_password)(char **owner_pass, char **user_pass, char *path);
+ /**
+ * Request that the cookie manager be displayed
+ *
+ * \param search_term The search term to be set (NULL if no search)
+ *
+ * \return NSERROR_OK on success
+ */
+ nserror (*present_cookies)(const char *search_term);
};
#endif