Switch to side-by-side view
--- a/src/rcldb/rcldb.h +++ b/src/rcldb/rcldb.h @@ -256,7 +256,7 @@ * @param doc container for document data. Should have been filled as * much as possible depending on the document type. */ - bool addOrUpdate(RclConfig *config, const string &udi, + bool addOrUpdate(const string &udi, const string &parent_udi, Doc &doc); #ifdef IDX_THREADS void waitUpdIdle();