Move set_opt[] to where it belongs

I am not sure why it was defined in src/lib/config.c
with a kludge get_set_opt() to make it availabe in
vzctl-actions.c. In fact it is only needed inside
parse_set_options() function, so move it.

Pure refactoring, should have no visible effect.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
3 files changed