]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Remove todo
[lyx.git] / src / buffer_funcs.h
index 061dc80840cbae2c643405ee2d330908cd2f0499..b5be3490d6d622e0c8d3350f4deaee8589686f0f 100644 (file)
@@ -44,6 +44,9 @@ 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);