diff options
Diffstat (limited to 'src/nodes.h')
-rw-r--r-- | src/nodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodes.h b/src/nodes.h index 4b9b25f..ee9a1a2 100644 --- a/src/nodes.h +++ b/src/nodes.h @@ -53,6 +53,9 @@ typedef struct { LilvNode* end; ///< NULL terminator for easy freeing of entire structure } JalvNodes; +void +jalv_init_nodes(LilvWorld* world, JalvNodes* nodes); + JALV_END_DECLS #endif // JALV_NODES_H |