/* Copyright (C) 2003, 2004 Dave Bayer. Subject to the terms and conditions of the MIT License. */ /* function prototypes */ void dictInit( void ); void dictFree( void ); void dictFilename( char *name ); BOOL dictDefine( line *l, char *buf ); unsigned dictFilter( char **ps, char **pt, unsigned state );