summaryrefslogtreecommitdiffstats
path: root/libcnary/include/node_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcnary/include/node_list.h')
-rw-r--r--libcnary/include/node_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcnary/include/node_list.h b/libcnary/include/node_list.h
index 7b9e311..380916e 100644
--- a/libcnary/include/node_list.h
+++ b/libcnary/include/node_list.h
@@ -38,7 +38,7 @@ typedef struct node_list_t {
} node_list_t;
void node_list_destroy(struct node_list_t* list);
-struct node_list_t* node_list_create(struct node_t* node);
+struct node_list_t* node_list_create();
int node_list_add(node_list_t* list, node_t* node);
int node_list_insert(node_list_t* list, unsigned int index, node_t* node);