mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
pass globals to palm_dictionary_make
This commit is contained in:
parent
30bf7512fb
commit
221ba3d907
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue