X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/ed90ea49e025e0c8083f9d98768d870e6a880f13..38e422ebb66c5de3811adce8b675ba5415d598b9:/bgp.h diff --git a/bgp.h b/bgp.h index fc47a02..d5c8b8a 100644 --- a/bgp.h +++ b/bgp.h @@ -1,5 +1,5 @@ /* BGPv4 (RFC1771) */ -/* $Id: bgp.h,v 1.1 2004/06/23 03:52:24 fred_nerk Exp $ */ +/* $Id: bgp.h,v 1.2 2004/06/28 02:43:13 fred_nerk Exp $ */ #ifndef __BGP_H__ #define __BGP_H__ @@ -199,4 +199,6 @@ int cmd_suspend_bgp(struct cli_def *cli, char *command, char **argv, int argc); int cmd_no_suspend_bgp(struct cli_def *cli, char *command, char **argv, int argc); int cmd_restart_bgp(struct cli_def *cli, char *command, char **argv, int argc); +extern char const *cvs_id_bgp; + #endif /* __BGP_H__ */