commit | dda095222f30c8bee6edc46f2c1babb66f9e699d | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Oct 07 21:40:25 2004 +0000 |
committer | hasso <hasso> | Thu Oct 07 21:40:25 2004 +0000 |
tree | 25b33dc3ed6fc992f5cf8b8e055da1ddc8d2b747 | |
parent | ea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 [diff] [blame] |
Vtysh compiles cleanly as well.
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index b632b6d..e0c3a5b 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h
@@ -51,8 +51,8 @@ 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 ();