* rework imap tokenizer, we no longer copy the stuff around, we keep a reference...
[citadel.git] / citadel / modules / fulltext / ft_wordbreaker.h
index 5ba67fa24327bd721357182f9e65ace3e099dd51..001dda815b3d49324273074984a9f41317bbc56e 100644 (file)
@@ -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);