rename nbt_prim_tagsize to nbt_primsize, for consistency.

This commit is contained in:
2025-07-23 12:29:44 +02:00
parent 65ee7c5b55
commit 501c623f01
2 changed files with 4 additions and 4 deletions

View File

@@ -42,4 +42,4 @@ atrb_const int nbt_isprim(u8 tag);
/* gets the tag size of primitive types, returns `>0` on success, `<0` on failure */
atrb_const int nbt_prim_tagsize(u8 tag);
atrb_const int nbt_primsize(u8 tag);