summaryrefslogtreecommitdiff
path: root/src/main/search-replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/search-replace.h')
-rw-r--r--src/main/search-replace.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/search-replace.h b/src/main/search-replace.h
index d0b2012..16869fc 100644
--- a/src/main/search-replace.h
+++ b/src/main/search-replace.h
@@ -6,9 +6,19 @@ struct commands;
void abort_replace();
/**
+ * Abort a search currently in progress.
+ */
+void abort_search(void);
+
+/**
* Register search and replace commands
*
* @param [in] commands Command registry to register search and
* replace commands in.
*/
void register_search_replace_commands(struct commands *commands);
+
+/**
+ * Clear persistent search and replace data.
+ */
+void cleanup_search_replace(void);