Mark fill_2quota_param() as static, remove prototype

fill_2quota_param() is only used from inside src/lib/res.c,
so it makes sense to mark it as static and remove its prototype
from res.h.

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