diff options
Diffstat (limited to 'lib/flowspec.h')
-rw-r--r-- | lib/flowspec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/flowspec.h b/lib/flowspec.h index aa9735f4..9150ca91 100644 --- a/lib/flowspec.h +++ b/lib/flowspec.h @@ -131,7 +131,7 @@ void flow6_validate_cf(net_addr_flow6 *f); * Net Formatting */ -int flow4_net_format(char *buf, uint blen, const net_addr_flow4 *f); -int flow6_net_format(char *buf, uint blen, const net_addr_flow6 *f); +uint flow4_net_format(char *buf, uint blen, const net_addr_flow4 *f); +uint flow6_net_format(char *buf, uint blen, const net_addr_flow6 *f); #endif /* _BIRD_FLOWSPEC_H_ */ |