commit | 1b40e9d652489ea87690b91c7eae6f666e91e0d3 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Jun 13 23:09:18 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jun 15 04:08:14 2011 +0400 |
tree | 8cd47c8a26e15e290c9a9f73247afefea1a16c9c | |
parent | 372162c654d33b8e24afcbbed9dc13b8eb5eb41f [diff] |
src/lib/create.c, include/create.h: hide internal stuff include/create.h: Out of 4 functions listed, only one is used externally, other two are internal and yet another one (vps_destroy) is actually from destroy.c! Remove unneeded prototypes, move define to .c file. src/lib/create.c: Mark internal functions as static. src/vzctl-actions.c: Include destroy.h as it holds the vps_destroy() prototype. Signed-off-by: Kir Kolyshkin <kir@openvz.org>