diff options
| author | Mark Stapp <mjs@cisco.com> | 2025-01-24 14:44:46 -0500 | 
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2025-04-08 14:41:27 -0400 | 
| commit | e636398908402223305bf96e88af44fd31cb9c67 (patch) | |
| tree | 05cf84aaffa82941ef9db0647a18b719f1071666 /babeld/babel_zebra.h | |
| parent | 5be982966c7d252c9279c1f9e3d1ada1235820f5 (diff) | |
babeld: clean up -Wshadow warnings
Clean up various "shadow" warnings in babeld.
Signed-off-by: Mark Stapp <mjs@cisco.com>
Diffstat (limited to 'babeld/babel_zebra.h')
| -rw-r--r-- | babeld/babel_zebra.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babel_zebra.h b/babeld/babel_zebra.h index 7f960d3961..0455bad7e1 100644 --- a/babeld/babel_zebra.h +++ b/babeld/babel_zebra.h @@ -8,7 +8,7 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek  #include "vty.h" -extern struct zclient *zclient; +extern struct zclient *babel_zclient;  void babelz_zebra_init(void);  void babel_zebra_close_connexion(void);  | 
