prototype for offerConvertOldDicts

This commit is contained in:
ehouse 2003-12-11 06:01:50 +00:00
parent 6367412206
commit 8c65e5a0b6

View file

@ -29,6 +29,12 @@ DictionaryCtxt* palm_dictionary_make( MPFORMAL XP_UCHAR* dictName,
/* might eventually belong in the superclass */
XP_UCHAR* dict_getName( DictionaryCtxt* dict );
#ifdef NODE_CAN_4
void offerConvertOldDicts( PalmAppGlobals* globals );
#else
# define offerConvertOldDicts(g)
#endif
typedef struct PalmDictionaryCtxt PalmDictionaryCtxt;
#endif /* _PALMDICT_H_ */