diff options
author | David Robillard <d@drobilla.net> | 2017-12-29 14:37:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-29 14:38:39 -0500 |
commit | a1c8e16e166e609c1e9e9f07154eaca4617bfccf (patch) | |
tree | 008a19e26adb7ea295a794b4608c32f5b2b8c588 /sratom | |
parent | 51608a235016437bea9ec712a99470cf12b436b1 (diff) | |
download | sratom-a1c8e16e166e609c1e9e9f07154eaca4617bfccf.tar.gz sratom-a1c8e16e166e609c1e9e9f07154eaca4617bfccf.tar.bz2 sratom-a1c8e16e166e609c1e9e9f07154eaca4617bfccf.zip |
Fix inconsistent parameter names
Diffstat (limited to 'sratom')
-rw-r--r-- | sratom/sratom.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |