diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-12-04 20:41:37 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | b6029d6a5f29e3fce036e3013b992e47af77639d (patch) | |
| tree | 7192f0c5a733aa2672d6796508076eaf377beee0 /vrrpd/vrrp_zebra.h | |
| parent | a8144d7fc8521c1f01f73e28b68df20110ad7e81 (diff) | |
vrrpd: zebra connections
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_zebra.h')
| -rw-r--r-- | vrrpd/vrrp_zebra.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/vrrpd/vrrp_zebra.h b/vrrpd/vrrp_zebra.h index be6338f17f..03910db407 100644 --- a/vrrpd/vrrp_zebra.h +++ b/vrrpd/vrrp_zebra.h @@ -20,10 +20,5 @@  #ifndef __VRRP_ZEBRA_H__  #define __VRRP_ZEBRA_H__ -#include "zclient.h" -#include "thread.h" - -extern struct thread_master *master; -extern struct zebra_privs_t vrrp_privs;  extern void vrrp_zebra_init(void);  #endif  | 
