summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_user.h
Commit message (Collapse)AuthorAgeFilesLines
* doc, vtysh: Fixup of history handlingDonald Sharp2016-02-261-0/+2
| | | | | | | | | | | This fix does two things: 1) If the ${HOME}/.history_quagga file does not exist, create it for history storing. 2) Allow vtysh -c "..." commands to be stored in history file as well Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* vtysh: fix function prototypesDavid Lamparter2015-04-211-1/+2
| | | | | | | This makes a whole bunch of vtysh functions static, fixes prototypes for a few more, and masks user_free() and user_write_config() (both unused.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* Initial revisionpaul2002-12-131-0/+27