diff options
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r-- | lib/frrscript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h index ce313a1b..75ac53c6 100644 --- a/lib/frrscript.h +++ b/lib/frrscript.h @@ -44,6 +44,8 @@ struct frrscript_names_entry { extern struct frrscript_names_head frrscript_names_hash; +extern void frrscript_names_config_write(struct vty *vty); + int frrscript_names_hash_cmp(const struct frrscript_names_entry *snhe1, const struct frrscript_names_entry *snhe2); uint32_t frrscript_names_hash_key(const struct frrscript_names_entry *snhe); |