diff options
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index 6bd92d8bea..832ff4486e 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -110,4 +110,7 @@ extern const char frr_sysconfdir[]; extern const char frr_vtydir[]; extern const char frr_moduledir[]; +extern char frr_protoname[]; +extern char frr_protonameinst[]; + #endif /* _ZEBRA_FRR_H */ |
