diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-07 16:26:57 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-07 16:28:44 +0200 |
commit | 20fcf2a0c79b8433bf67594d45af54001ca1b613 (patch) | |
tree | 4237e3a4cf46b9e1875ad1a236f613f54e45e911 /src/stardict-private.h | |
parent | ed8b1bcdad7c430af1eef5fbe78b6ec4eb3eb60e (diff) | |
download | tdv-20fcf2a0c79b8433bf67594d45af54001ca1b613.tar.gz tdv-20fcf2a0c79b8433bf67594d45af54001ca1b613.tar.xz tdv-20fcf2a0c79b8433bf67594d45af54001ca1b613.zip |
tabfile: make it possible to set metadata
And some related clean-up.
Diffstat (limited to 'src/stardict-private.h')
-rw-r--r-- | src/stardict-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stardict-private.h b/src/stardict-private.h index 3d5b73a..6b8e75b 100644 --- a/src/stardict-private.h +++ b/src/stardict-private.h @@ -79,4 +79,6 @@ extern const struct stardict_ifo_key _stardict_ifo_keys[]; /// Denotes the length of _stardict_ifo_keys. extern gsize _stardict_ifo_keys_length; +void stardict_info_copy (StardictInfo *dest, const StardictInfo *src); + #endif // ! STARDICTPRIVATE_H |