summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookie_manager.h')
-rw-r--r--desktop/cookie_manager.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index 4ae74a25f..11d03252e 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -76,6 +76,15 @@ bool cookie_manager_add(const struct cookie_data *data);
void cookie_manager_remove(const struct cookie_data *data);
/**
+ * Set the cookie manager search string.
+ *
+ * \param string Sering to set as search string.
+ * \return NSERROR_OK on success, appropriate error otherwise
+ */
+nserror cookie_manager_set_search_string(
+ const char *string);
+
+/**
* Redraw the cookies manager.
*
* \param x X coordinate to render treeview at