summaryrefslogtreecommitdiff
path: root/lib/tunnel_encaps.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2019-09-29 21:54:04 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2020-09-13 18:05:34 +0200
commit87264e5c5ba36fcfadfbcdd53b4e681cd995dbe3 (patch)
treee45a2905722958af6817203fafae0f0a3185580c /lib/tunnel_encaps.h
parentbbadc1e3e725635c8a5b6e306a29153c42612edd (diff)
TunnelEncaps: Improve format function
Diffstat (limited to 'lib/tunnel_encaps.h')
-rw-r--r--lib/tunnel_encaps.h2
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_ */