]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
adjust
[lyx.git] / src / buffer_funcs.h
index 655d59bf34242a703dc17c5fb37bee55b504eff6..1316fc1afd07996c4fa90d022ef823e68a0106e7 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef BUFFER_FUNCS_H
 #define BUFFER_FUNCS_H
 
-#include "lyxlayout_ptr_fwd.h"
 #include "support/docstring.h"
 
 #include <string>
@@ -65,9 +64,18 @@ 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 &);
 
+///
+textclass_type defaultTextclass();
+
+///
+void loadChildDocuments(Buffer const & buffer);
+
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H