X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Ffulltext%2Fft_wordbreaker.h;h=001dda815b3d49324273074984a9f41317bbc56e;hp=5ba67fa24327bd721357182f9e65ace3e099dd51;hb=2b6008f54e8b56b79e24617f47308e469fcaca0e;hpb=6ef495f61980e6126bd9c945399337ea75bdb39a diff --git a/citadel/modules/fulltext/ft_wordbreaker.h b/citadel/modules/fulltext/ft_wordbreaker.h index 5ba67fa24..001dda815 100644 --- a/citadel/modules/fulltext/ft_wordbreaker.h +++ b/citadel/modules/fulltext/ft_wordbreaker.h @@ -33,7 +33,7 @@ #define WB_MIN 4 // nothing with 3 or less chars #define WB_MAX 40 -void wordbreaker(char *text, int *num_tokens, int **tokens); +void wordbreaker(const char *text, int *num_tokens, int **tokens); void initialize_noise_words(void); void noise_word_cleanup(void);