]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / buffer_funcs.h
index 372d99daea1fdf1fbc0cd029c29f2ef71d1187e0..ccf37d01b0784ba9758ea34863d58d347dc5243d 100644 (file)
@@ -32,9 +32,9 @@ Buffer * newFile(string const & filename, string const & templatename,
 
 ///return the format of the buffer on a string
 string const BufferFormat(Buffer const & buffer);
-
-void parseErrors(Buffer const &, TeXErrors const &);
-
-void parseErrors(Buffer const &, ErrorList const &);
+///
+void bufferErrors(Buffer const &, TeXErrors const &);
+///
+void bufferErrors(Buffer const &, ErrorList const &);
 
 #endif // BUFFER_FUNCS_H