]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh.h
vtysh: vtysh-warnings.patch
[mirror_frr.git] / vtysh / vtysh.h
index c6430e10bca073097d2478cc3a4fd25096338d28..b7ad299e1876fa567c4071d7c14e5c7cbee9044f 100644 (file)
@@ -52,9 +52,9 @@ void vtysh_config_write (void);
 
 int vtysh_config_from_file (struct vty *, FILE *);
 
-int vtysh_mark_file(char *filename);
+int vtysh_mark_file(const char *filename);
 
-int vtysh_read_config (char *);
+int vtysh_read_config (const char *);
 
 void vtysh_config_parse (char *);