summaryrefslogtreecommitdiff
path: root/include/libHX/map.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:11 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:11 +0100
commit80101a458f40cc35f39e890baba1a891a83009e7 (patch)
treefe10b6cb9309bef50e7458c5c203905b43529d24 /include/libHX/map.h
parentf6709441cfabc7240dba76be79200aadcb6c037d (diff)
parent2e314136ed58b6860c667e379bef22190fe84aa2 (diff)
Update upstream source from tag 'upstream/5.2'
Update to upstream version '5.2' with Debian dir e7bb6e760b18c46422e9b351ee95d4d043b9cfac
Diffstat (limited to 'include/libHX/map.h')
-rw-r--r--include/libHX/map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libHX/map.h b/include/libHX/map.h
index ecbf703..d6e7a0c 100644
--- a/include/libHX/map.h
+++ b/include/libHX/map.h
@@ -73,7 +73,9 @@ struct HXmap_trav;
* @flags: flags for this map
*/
struct HXmap {
- unsigned int items, flags;
+ size_t items;
+ unsigned int flags;
+ /* extended by HXmap_private, check it too */
};
struct HXmap_ops {