diff options
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_ */ |