]> code.citadel.org Git - citadel.git/blob - citadel/server/modules/fulltext/serv_fulltext.h
Rewrite of the indexer is complete!
[citadel.git] / citadel / server / modules / fulltext / serv_fulltext.h
1 // Copyright (c) 2005-2023 by the citadel.org team
2 // 
3 // This program is open source software.  Use, duplication, or disclosure
4 // is subject to the terms of the GNU General Public License, version 3.
5
6 void ft_index_message(long msgnum, int op);
7 Array *CtdlFullTextSearch(const char *search_string);