]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / buffer_funcs.h
index 655d59bf34242a703dc17c5fb37bee55b504eff6..b2142f81185f9ae6590632c11e68ef916f27055d 100644 (file)
@@ -65,9 +65,15 @@ int countWords(DocIterator const & from, DocIterator const & to);
 /// updates all counters
 void updateLabels(Buffer const &, bool childonly = false);
 
+///
+void updateLabels(Buffer const &, ParIterator &);
+
 ///
 void checkBufferStructure(Buffer &, ParIterator const &);
 
+///
+void loadChildDocuments(Buffer const & buffer);
+
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H