diff options
| author | default <nobody@localhost> | 2025-02-15 06:00:19 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-02-15 06:00:19 +0100 |
| commit | f0f93b84bec5373f9c6567b7b415ea77ca0bd064 (patch) | |
| tree | 5f653f221f9ebaacb7c50e3cd60b0147b45c0c13 /snac.h | |
| parent | d8ae88e779d8d27868c5357424132eab48bf18a5 (diff) | |
Optimized lang_str().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ typedef struct { xs_dict *links; /* validated links */ xs_str *actor; /* actor url */ xs_str *md5; /* actor url md5 */ + const xs_dict *lang;/* string translation dict */ } snac; typedef struct { |