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 61deedc..60ffe36 100644 --- a/src/nodes.h +++ b/src/nodes.h @@ -58,6 +58,9 @@ typedef struct { void jalv_init_nodes(LilvWorld* world, JalvNodes* nodes); +void +jalv_free_nodes(JalvNodes* nodes); + JALV_END_DECLS #endif // JALV_NODES_H |