]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
empty file format change due to r29840.
[lyx.git] / src / lyxfind.h
index 7da80af65c131b5a3899df18ab4f086f5d3e10ac..9dc17df86b93742399993dda77d9310fb84e0667 100644 (file)
@@ -66,6 +66,13 @@ void replace(BufferView * bv, FuncRequest const &, bool has_deleted = false);
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);
 
+/// find the previous change in the buffer
+bool findPreviousChange(BufferView * bv);
+
+/// find the change in the buffer
+/// \param next true to find the next change, otherwise the previous
+bool findChange(BufferView * bv, bool next);
+
 // Hopefully, nobody will ever replace with something like this
 #define LYX_FR_NULL_STRING "__LYX__F&R__NULL__STRING__"