commit | c3fd51e69b9a19b4f8adb2ba827689a32dc7d16b | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 22 10:45:54 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 22 10:45:54 2013 -0800 |
tree | bd4fb15576a9d7c39876c8df0b47dd4140cfd25d | |
parent | 337e073db7c78defc8df8f373e664cdabca0f636 [diff] [blame] |
dispatcher
diff --git a/src/action-log.h b/src/action-log.h index 28b221a..7a154c1 100644 --- a/src/action-log.h +++ b/src/action-log.h
@@ -49,6 +49,9 @@ void AddActionDelete (const std::string &filename); + bool + KnownFileState(const std::string &filename, const Hash &hash); + private: boost::tuple<sqlite3_int64, sqlite3_int64, sqlite3_int64, std::string> GetExistingRecord (const std::string &filename);