comparison dmd/speller.h @ 1641:00cd99bedf06

Add missing files for the new frontend spell checker
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 08 Mar 2010 17:41:36 -0700
parents
children
comparison
equal deleted inserted replaced
1640:9bf06e02070b 1641:00cd99bedf06
1
2 typedef void *(fp_speller_t)(void *, const char *);
3
4 extern const char idchars[];
5
6 void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);
7