]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrpd.h
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / eigrpd / eigrpd.h
index 901d413c0cb02b1c41ddb935fcca0da02bdd4dc9..de7c881ac01556f5ff71487987397aa57aef2989 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with GNU Zebra; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _ZEBRA_EIGRPD_H
 extern struct zclient *zclient;
 extern struct thread_master *master;
 extern struct eigrp_master *eigrp_om;
+extern struct zebra_privs_t eigrpd_privs;
 
 /* Prototypes */
- extern void eigrp_master_init (void);
- extern void eigrp_terminate (void);
- extern void eigrp_finish_final (struct eigrp *);
- extern void eigrp_finish (struct eigrp *);
- extern struct eigrp *eigrp_get (const char *);
- extern struct eigrp *eigrp_lookup (void);
- extern void eigrp_router_id_update (struct eigrp *);
+extern void eigrp_master_init(void);
+extern void eigrp_terminate(void);
+extern void eigrp_finish_final(struct eigrp *);
+extern void eigrp_finish(struct eigrp *);
+extern struct eigrp *eigrp_get(const char *);
+extern struct eigrp *eigrp_lookup(void);
+extern void eigrp_router_id_update(struct eigrp *);
 
 #endif /* _ZEBRA_EIGRPD_H */