diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:12:22 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:12:22 -0700 |
| commit | 7ce2a26cd71e911aff90ff181555e8f362127a6c (patch) | |
| tree | 0e19501d24b53e3d44eb7f07c5a76c7312884508 /vtysh/vtysh_user.c | |
| parent | c8ed14ddb63a0ecbab5835ce2bb044afbc15895d (diff) | |
Fixup of some last remaining differences between stg and git
Diffstat (limited to 'vtysh/vtysh_user.c')
| -rw-r--r-- | vtysh/vtysh_user.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index 27a5fdf98f..a17f7a7176 100644 --- a/vtysh/vtysh_user.c +++ b/vtysh/vtysh_user.c @@ -38,9 +38,6 @@ #include "linklist.h" #include "command.h" -extern struct list *config_top; -extern void config_add_line(struct list *config, const char *line); - /* * Compiler is warning about prototypes not being declared. * The DEFUNSH and DEFUN macro's are messing with the |
