diff options
Diffstat (limited to 'lib/srv6.c')
-rw-r--r-- | lib/srv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ const char *seg6local_context2str(char *str, size_t size, } } -static void srv6_locator_chunk_list_free(void *data) +void srv6_locator_chunk_list_free(void *data) { struct srv6_locator_chunk *chunk = data; |