summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-07 21:40:25 +0000
committerhasso <hasso>2004-10-07 21:40:25 +0000
commitdda095222f30c8bee6edc46f2c1babb66f9e699d (patch)
tree25b33dc3ed6fc992f5cf8b8e055da1ddc8d2b747 /vtysh/vtysh.h
parentea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 (diff)
Vtysh compiles cleanly as well.
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r--vtysh/vtysh.h4
1 files changed, 2 insertions, 2 deletions
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 ();