diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 | 
| commit | 88177fe3eddaf0bad82e85b87556ace1eefbe361 (patch) | |
| tree | 9a0fdb5b0aa139350310b19cff1c8dba8f07311d /bgpd/bgp_updgrp.h | |
| parent | 683de05f8708a43aabde961329b56b83cd856e31 (diff) | |
Fixup of warnings in the code
Ticket: None
Reviewed by: Trivial
Testing:
A bunch of warnings have crept in to the code base.  This
fixes the issue
Diffstat (limited to 'bgpd/bgp_updgrp.h')
| -rw-r--r-- | bgpd/bgp_updgrp.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_updgrp.h b/bgpd/bgp_updgrp.h index b4e1078b00..ae72214631 100644 --- a/bgpd/bgp_updgrp.h +++ b/bgpd/bgp_updgrp.h @@ -474,6 +474,8 @@ subgroup_trigger_write (struct update_subgroup *subgrp);  extern int  update_group_clear_update_dbg (struct update_group *updgrp, void *arg); +extern void update_bgp_group_free(struct bgp *bgp); +  /*   * Inline functions   */  | 
