diff options
Diffstat (limited to 'lib/srv6.h')
| -rw-r--r-- | lib/srv6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/srv6.h b/lib/srv6.h index 24c7ffc3a2..b72b098c78 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -119,9 +119,9 @@ static inline void *sid_copy(struct in6_addr *dst, const char * seg6local_action2str(uint32_t action); -const char * -seg6local_context2str(char *str, size_t size, - struct seg6local_context *ctx, uint32_t action); +const char *seg6local_context2str(char *str, size_t size, + const struct seg6local_context *ctx, + uint32_t action); int snprintf_seg6_segs(char *str, size_t size, const struct seg6_segs *segs); |
