diff options
Diffstat (limited to 'proto/mrt/mrt.c')
-rw-r--r-- | proto/mrt/mrt.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/mrt/mrt.c b/proto/mrt/mrt.c index 5da3c7c6..589e43fb 100644 --- a/proto/mrt/mrt.c +++ b/proto/mrt/mrt.c @@ -913,3 +913,9 @@ struct protocol proto_mrt = { .reconfigure = mrt_reconfigure, .copy_config = mrt_copy_config, }; + +void +mrt_build(void) +{ + proto_build(&proto_mrt); +} |