mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
prototype for offerConvertOldDicts
This commit is contained in:
parent
6367412206
commit
8c65e5a0b6
1 changed files with 6 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue