From 8c65e5a0b6f8bdef0b97d4482432213ba5e39122 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 11 Dec 2003 06:01:50 +0000 Subject: [PATCH] prototype for offerConvertOldDicts --- palm/palmdict.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/palm/palmdict.h b/palm/palmdict.h index 8a72ca11b..8dfe4dd46 100644 --- a/palm/palmdict.h +++ b/palm/palmdict.h @@ -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_ */