summaryrefslogtreecommitdiff
path: root/stardict.h
diff options
context:
space:
mode:
Diffstat (limited to 'stardict.h')
-rw-r--r--stardict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stardict.h b/stardict.h
index 1086ac6..aef27fd 100644
--- a/stardict.h
+++ b/stardict.h
@@ -126,6 +126,7 @@ struct stardict_dict
GArray * synonyms; //!< Synonyms
gpointer dict; //!< Dictionary data
gsize dict_length; //!< Length of the dict data in bytes
+ GMappedFile * mapped_dict; //!< Memory map handle
};
struct stardict_dict_class