]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / buffer_funcs.h
index 061dc80840cbae2c643405ee2d330908cd2f0499..44ff0a37ed19f14658eebd719ea6d001f8302ab0 100644 (file)
@@ -44,15 +44,15 @@ Buffer * newUnnamedFile(std::string const & templatename,
 /// Count the number of words in the text between these two iterators
 int countWords(DocIterator const & from, DocIterator const & to);
 
+/// Count the number of chars in the text between these two iterators
+int countChars(DocIterator const & from, DocIterator const & to, bool with_blanks);
+
 /// updates all counters
 void updateLabels(Buffer const &, bool childonly = false);
 
 ///
 void updateLabels(Buffer const &, ParIterator &);
 
-///
-void checkBufferStructure(Buffer &, ParIterator const &);
-
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H