pass globals to palm_dictionary_make

This commit is contained in:
ehouse 2004-11-13 05:20:35 +00:00
parent 30bf7512fb
commit 221ba3d907

View file

@ -24,8 +24,8 @@
#include "mempool.h"
#include "dictui.h"
DictionaryCtxt* palm_dictionary_make( MPFORMAL XP_UCHAR* dictName,
PalmDictList* dl );
DictionaryCtxt* palm_dictionary_make( MPFORMAL PalmAppGlobals* globals,
XP_UCHAR* dictName, PalmDictList* dl );
/* might eventually belong in the superclass */
XP_UCHAR* dict_getName( DictionaryCtxt* dict );