sbin/hammer: Make getyn() non static
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 3 Apr 2016 20:45:46 +0000 (05:45 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 3 Apr 2016 22:20:40 +0000 (07:20 +0900)
commit778c2d2c0cce2142a5d08710aab562f7bebca848
treeca39fc775bff2fe0db99f6a40c72903939f150ee
parentdba3a6ee2896942488866c923e190d92d579d97a
sbin/hammer: Make getyn() non static

This can be used by other commands (needed in the next commit).

Also rename static function getyn() in sbin/hammer/cmd_mirror.c
to getyntty() to avoid symbol name conflict.
sbin/hammer/cmd_mirror.c
sbin/hammer/cmd_pfs.c
sbin/hammer/hammer.h
sbin/hammer/misc.c