
27 Apr
2015
27 Apr
'15
4:08 p.m.
On Fri, Apr 24, 2015 at 12:05:55 -0400, John Ferlan wrote:
Since it's only ever referenced in domain_conf.c, make the function static, but also will need to move it to somewhere before it's referenced rather than forward referencing it.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/domain_conf.c | 38 +++++++++++++++++++------------------- src/conf/domain_conf.h | 4 ---- src/libvirt_private.syms | 1 - 3 files changed, 19 insertions(+), 24 deletions(-)
Already ACKed. Peter