Switch to side-by-side view

--- a/src/index/fsindexer.h
+++ b/src/index/fsindexer.h
@@ -24,10 +24,10 @@
 
 #include "indexer.h"
 #include "fstreewalk.h"
-#include "rcldb.h"
 
 class DbIxStatusUpdater;
 class FIMissingStore;
+struct stat;
 
 /** Index selected parts of the file system
  
@@ -69,6 +69,9 @@
     FsTreeWalker::Status 
     processone(const string &fn, const struct stat *, FsTreeWalker::CbFlag);
 
+    /** Make signature for file up to date checks */
+    static void makesig(const struct stat *stp, string& out);
+
  private:
     FsTreeWalker m_walker;
     RclConfig   *m_config;