mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +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 "mempool.h"
|
||||||
#include "dictui.h"
|
#include "dictui.h"
|
||||||
|
|
||||||
DictionaryCtxt* palm_dictionary_make( MPFORMAL XP_UCHAR* dictName,
|
DictionaryCtxt* palm_dictionary_make( MPFORMAL PalmAppGlobals* globals,
|
||||||
PalmDictList* dl );
|
XP_UCHAR* dictName, PalmDictList* dl );
|
||||||
/* might eventually belong in the superclass */
|
/* might eventually belong in the superclass */
|
||||||
XP_UCHAR* dict_getName( DictionaryCtxt* dict );
|
XP_UCHAR* dict_getName( DictionaryCtxt* dict );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue