diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-09-29 21:54:04 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-09-13 18:05:34 +0200 |
commit | 87264e5c5ba36fcfadfbcdd53b4e681cd995dbe3 (patch) | |
tree | e45a2905722958af6817203fafae0f0a3185580c /lib/tunnel_encaps.h | |
parent | bbadc1e3e725635c8a5b6e306a29153c42612edd (diff) |
TunnelEncaps: Improve format function
Diffstat (limited to 'lib/tunnel_encaps.h')
-rw-r--r-- | lib/tunnel_encaps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tunnel_encaps.h b/lib/tunnel_encaps.h index 341dcf22..7358947e 100644 --- a/lib/tunnel_encaps.h +++ b/lib/tunnel_encaps.h @@ -34,4 +34,6 @@ struct tunnel_encap { int decode_tunnel_encap(const eattr *e, struct tunnel_encap *encap, struct pool *pool); +int format_tunnel_encap(const eattr *a, byte *buf, uint size); + #endif /* _BIRD_TUNNEL_ENCAPS_ */ |