]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/fulltext/serv_fulltext.c
Clean up a comment.
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index 68f5f4136785fee740cba71cc19eb6a084e18ad5..d6d9d64396d9dfa384c148bdf7a40e2d364fc842 100644 (file)
@@ -58,6 +58,7 @@
 #include "serv_fulltext.h"
 #include "ft_wordbreaker.h"
 #include "threads.h"
+#include "context.h"
 
 #include "ctdl_module.h"
 
@@ -231,7 +232,7 @@ void ft_index_room(struct ctdlroom *qrbuf, void *data)
 
 
 /*
- * Begin the fulltext indexing process.  (Called as an EVT_TIMER event)
+ * Begin the fulltext indexing process.
  */
 void do_fulltext_indexing(void) {
        int i;