summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
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 ();