Switch to side-by-side view
--- a/src/common/rclconfig.h +++ b/src/common/rclconfig.h @@ -135,6 +135,8 @@ string getDbDir(); /** Get stoplist file name */ string getStopfile(); + /** Get indexing pid file */ + string getPidfile(); /** Get list of skipped file names for current keydir */ list<string>& getSkippedNames();