diff --git a/libfuse/include/node.hpp b/libfuse/include/node.hpp index 5493bf8b..123eafc5 100644 --- a/libfuse/include/node.hpp +++ b/libfuse/include/node.hpp @@ -25,3 +25,4 @@ struct node_t node_t *node_alloc(); void node_free(node_t*); +void node_gc();