diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-30 13:44:03 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-30 14:29:40 +0300 |
commit | 8cb40c91cdfb00ddf04e88d3ecd40403890d90f7 (patch) | |
tree | 6d6a3de27525820abb740f1fa8347b6f03986bad /vtysh/vtysh.h | |
parent | 86c5d2ee68f7b9c00ae4aeb5c8b3c5d82c5ebffc (diff) | |
download | quagga-cumulus-take-3.tar.bz2 quagga-cumulus-take-3.tar.xz |
cumulus take-3cumulus-take-3
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r-- | vtysh/vtysh.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 1681a71a..9f8fb238 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -53,7 +53,9 @@ void vtysh_config_write (void); int vtysh_config_from_file (struct vty *, FILE *); -int vtysh_read_config (char *); +int vtysh_mark_file(const char *filename); + +int vtysh_read_config (const char *); void vtysh_config_parse (char *); |