]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/fulltext/serv_fulltext.h
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / fulltext / serv_fulltext.h
index 5a106f7af44642636d40322b5cc11ab8016db716..bc05c510f7afd106a29f57b7f332a12db8b58c28 100644 (file)
@@ -1,8 +1,21 @@
 /*
- * $Id$
+ * Copyright (c) 2005-2012 by the citadel.org team
  *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *  
+ *  
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  
+ *  
+ *  
  */
 
 void ft_index_message(long msgnum, int op);
-void ft_search(int *fts_num_msgs, long **fts_msgs, char *search_string);
+void ft_search(int *fts_num_msgs, long **fts_msgs, const char *search_string);
 void *indexer_thread(void *arg);