summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-26 22:21:31 +0000
committerhasso <hasso>2004-08-26 22:21:31 +0000
commit67e29abc5800ec77a3ee36add6adfe5fa8c38351 (patch)
tree73a93502607cac89fa3634997832b0068774fe53 /vtysh/vtysh.h
parent9a0962651b0837b5678da0ef88715ec438f9dcb5 (diff)
More vtysh fixes. Specifying configuration from command line works now.
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r--vtysh/vtysh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index abfb3ec4..895c8c01 100644
--- a/vtysh/vtysh.h
+++ b/vtysh/vtysh.h
@@ -60,7 +60,7 @@ void vtysh_config_write ();
int vtysh_config_from_file (struct vty *, FILE *);
-void vtysh_read_config (char *, char *, char *);
+void vtysh_read_config (char *, char *);
void vtysh_config_parse (char *);