* Update cli callbacks to work with libcli 1.6.
[l2tpns.git] / bgp.h
diff --git a/bgp.h b/bgp.h
index fc47a02..d5c8b8a 100644 (file)
--- 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__ */