summaryrefslogtreecommitdiffstats
path: root/sratom/sratom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sratom/sratom.h')
-rw-r--r--sratom/sratom.h4
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.