diff options
Diffstat (limited to 'src/stardict-private.h')
-rw-r--r-- | src/stardict-private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stardict-private.h b/src/stardict-private.h index 4a97eea..123c0c3 100644 --- a/src/stardict-private.h +++ b/src/stardict-private.h @@ -1,7 +1,7 @@ /* * stardict-private.h: internal StarDict API * - * Copyright (c) 2013, Přemysl Janouch <p.janouch@gmail.com> + * Copyright (c) 2013 - 2015, Přemysl Janouch <p.janouch@gmail.com> * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any @@ -47,6 +47,8 @@ struct stardict_info gchar * description; gchar * date; gchar * same_type_sequence; + + gchar * collation; }; struct stardict_index_entry |