mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
prototype for offerConvertOldDicts
This commit is contained in:
parent
804af9b960
commit
574dc672b4
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…
Reference in a new issue