]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/fulltext/serv_fulltext.h
search function is complete
[citadel.git] / citadel / server / modules / fulltext / serv_fulltext.h
index bc05c510f7afd106a29f57b7f332a12db8b58c28..449a4b8e6b7fb3421208d9a8373537c0884e7bb0 100644 (file)
@@ -1,21 +1,7 @@
-/*
- * 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.
- *
- *  
- *  
- *  
- */
+// Copyright (c) 2005-2023 by the citadel.org team
+// 
+// This program is open source software.  Use, duplication, or disclosure
+// is subject to the terms of the GNU General Public License, version 3.
 
 void ft_index_message(long msgnum, int op);
-void ft_search(int *fts_num_msgs, long **fts_msgs, const char *search_string);
-void *indexer_thread(void *arg);
+Array *ft_search(const char *search_string);