
23 Apr
2015
23 Apr
'15
11:19 a.m.
On Tue, Apr 21, 2015 at 19:31:24 -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(-)
ACK, Peter