mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
headers: Remove unnecessary keyword extern from function declaration
Usage of this keyword in front of function declaration that is exported via a header file is unnecessary, since internally, this has been the default for most compilers for quite some time. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
#ifndef __VIRT_HOST_VALIDATE_QEMU_H__
|
||||
# define __VIRT_HOST_VALIDATE_QEMU_H__
|
||||
|
||||
extern int virHostValidateQEMU(void);
|
||||
int virHostValidateQEMU(void);
|
||||
|
||||
#endif /* __VIRT_HOST_VALIDATE_QEMU_H__ */
|
||||
|
||||
Reference in New Issue
Block a user