]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/fulltext/serv_fulltext.h
Rewrite of the indexer is complete!
[citadel.git] / citadel / server / modules / fulltext / serv_fulltext.h
index 449a4b8e6b7fb3421208d9a8373537c0884e7bb0..e96a8f60c6945b0ffabb180c77e72233e1aa143d 100644 (file)
@@ -4,4 +4,4 @@
 // is subject to the terms of the GNU General Public License, version 3.
 
 void ft_index_message(long msgnum, int op);
-Array *ft_search(const char *search_string);
+Array *CtdlFullTextSearch(const char *search_string);