diff options
Diffstat (limited to 'src/stardict-private.h')
-rw-r--r-- | src/stardict-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stardict-private.h b/src/stardict-private.h index 35630ed..5d3ae6a 100644 --- a/src/stardict-private.h +++ b/src/stardict-private.h @@ -56,6 +56,7 @@ struct stardict_index_entry gchar * name; ///< The word in utf-8 guint64 data_offset; ///< Offset of the definition guint32 data_size; ///< Size of the definition + guint32 reverse_index; ///< Word at this index before sorting }; struct stardict_synonym_entry |