Fixing recursive folder matching in ActionLog and FileState

Change-Id: Idc4e8dbdbccbbf83fd520e268011b2c06ddccbab
diff --git a/src/db-helper.h b/src/db-helper.h
index 0bc1a56..abd9a90 100644
--- a/src/db-helper.h
+++ b/src/db-helper.h
@@ -51,6 +51,9 @@
   static void
   directory_name_xFun (sqlite3_context *context, int argc, sqlite3_value **argv);
 
+  static void
+  is_dir_prefix_xFun (sqlite3_context *context, int argc, sqlite3_value **argv);
+
 protected:
   sqlite3 *m_db;
 };