Switch to side-by-side view
--- a/src/common/rclconfig.h +++ b/src/common/rclconfig.h @@ -155,6 +155,9 @@ /** Get indexing status file name */ string getIdxStatusFile() const; + /** Get Web Queue directory name */ + string getWebQueueDir() const; + /** Get list of skipped file names for current keydir */ vector<string>& getSkippedNames();