Index: trunk/include/samhain.h
===================================================================
--- trunk/include/samhain.h	(revision 254)
+++ trunk/include/samhain.h	(revision 256)
@@ -236,4 +236,5 @@
   int    update;                   /* update db                       */
   int    opts;                     /* reading cl options              */
+  int    started;                  /* finished with startup stuff     */
   int    isdaemon;                 /* daemon or not                   */
   int    loop;                     /* go in loop even if not daemon   */
Index: trunk/include/sh_files.h
===================================================================
--- trunk/include/sh_files.h	(revision 254)
+++ trunk/include/sh_files.h	(revision 256)
@@ -41,4 +41,8 @@
 int sh_files_hle_reg (const char * str);
 
+/* Check for new files matching configured glob patterns.
+ */
+void sh_files_check_globPatterns();
+
 /* check the setup
  */
@@ -190,4 +194,6 @@
  */
 unsigned long sh_files_chk       (void);
+
+int sh_files_delglobstack (void);
 
 int sh_files_deldirstack (void);
