diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-13 20:18:11 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-13 20:18:11 +0100 |
commit | eeba61ccd5d1757fd79fcb0cd42b8dee9f941d7e (patch) | |
tree | 7d2c77da552c9f880fd6d6730d8b0a1e5af20c12 /lib/flowspec.h | |
parent | 5e8df049fbf53220735a2eeb6c751e1758869a18 (diff) |
Minor cleanups
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_ */ |