From dda095222f30c8bee6edc46f2c1babb66f9e699d Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Oct 2004 21:40:25 +0000 Subject: Vtysh compiles cleanly as well. --- vtysh/vtysh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vtysh/vtysh.h') diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index b632b6de..e0c3a5b7 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -51,8 +51,8 @@ void vtysh_connect_all (); void vtysh_readline_init (); void vtysh_user_init (); -void vtysh_execute (char *); -void vtysh_execute_no_pager (char *); +void vtysh_execute (const char *); +void vtysh_execute_no_pager (const char *); char *vtysh_prompt (); -- cgit v1.2.1