diff options
| author | David Lamparter <equinox@diac24.net> | 2019-11-20 17:23:04 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-11-30 00:38:32 +0100 | 
| commit | 0d8c7a26a1e5dbbd36df79751b2468276bd7ec20 (patch) | |
| tree | 26c00eccb416d6e2a83b68ee7e9e658c493c4de7 /lib/northbound.h | |
| parent | 364deb0487600073aca8396ed80e35da589f3eca (diff) | |
*: make frr_yang_module_info const
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/northbound.h')
| -rw-r--r-- | lib/northbound.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index f52fcc90cf..76a11e518c 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -1010,7 +1010,8 @@ extern const char *nb_client_name(enum nb_client client);   * nmodules   *    Size of the modules array.   */ -extern void nb_init(struct thread_master *tm, const struct frr_yang_module_info *modules[], +extern void nb_init(struct thread_master *tm, +		    const struct frr_yang_module_info *const modules[],  		    size_t nmodules);  /*  | 
