]> code.citadel.org Git - citadel.git/blob - citadel/server/modules/fulltext/serv_fulltext.h
449a4b8e6b7fb3421208d9a8373537c0884e7bb0
[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 *ft_search(const char *search_string);