
18 Oct
2018
18 Oct
'18
8:26 a.m.
This function is not extern. Drop the keyword. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/libvirtSnmpError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirtSnmpError.h b/src/libvirtSnmpError.h index e28ad7c..8dae0cb 100644 --- a/src/libvirtSnmpError.h +++ b/src/libvirtSnmpError.h @@ -23,6 +23,6 @@ #ifndef __LIBVIRT_SNMP_ERROR_H__ # define __LIBVIRT_SNMP_ERROR_H__ -extern void printLibvirtError(const char *msg); +void printLibvirtError(const char *msg); #endif /* __LIBVIRT_SNMP_ERROR_H__ */ -- 2.18.1