X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/c239d4b22829335fda98b66ce045a3f624436eeb..9cb9a8b436315ee795f48181f95c2b9ee132593c:/bgp.h?ds=inline

diff --git a/bgp.h b/bgp.h
index 635a65d..1c33ce6 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__ */