From a1c8e16e166e609c1e9e9f07154eaca4617bfccf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Dec 2017 14:37:46 -0500 Subject: Fix inconsistent parameter names --- sratom/sratom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sratom') diff --git a/sratom/sratom.h b/sratom/sratom.h index 3e76954..c94e855 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -156,7 +156,7 @@ sratom_write(Sratom* sratom, uint32_t flags, const SerdNode* subject, const SerdNode* predicate, - uint32_t type, + uint32_t type_urid, uint32_t size, const void* body); @@ -170,7 +170,7 @@ sratom_read(Sratom* sratom, LV2_Atom_Forge* forge, SordWorld* world, SordModel* model, - const SordNode* subject); + const SordNode* node); /** Serialise an Atom to a Turtle string. -- cgit v1.2.1