]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / DepTable.h
index 8198bec1440e768e61eaf99d497e0f7f5662a44a..676a2b4561799f0d1b28f6794bab8d60acf9add6 100644 (file)
@@ -25,15 +25,14 @@ public:
        /** This one is a little bit harder since we need the absolute
          filename. Should we insert files with .sty .cls etc as
          extension? */
-       void insert(string const & f,
-                   bool upd = false);
+       void insert(string const & f, bool upd = false);
        ///
        void update();
 
        ///
        void write(string const & f) const;
-       ///
-       void read(string const & f);
+       /// returns true if dep file was read successfully
+       bool read(string const & f);
        /// returns true if any of the files has changed
        bool sumchange() const;
        /// return true if fil has changed.