Re: [libvirt] [PATCH] headers: Remove unnecessary keyword extern from function declaration

2016-05-11 Thread Erik Skultety
On 11/05/16 00:51, Cole Robinson wrote: > On 05/10/2016 09:49 AM, Erik Skultety wrote: >> 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. >> >> Sig

Re: [libvirt] [PATCH] headers: Remove unnecessary keyword extern from function declaration

2016-05-10 Thread Cole Robinson
On 05/10/2016 09:49 AM, Erik Skultety wrote: > 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 > --- > src/conf/ca

[libvirt] [PATCH] headers: Remove unnecessary keyword extern from function declaration

2016-05-10 Thread Erik Skultety
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 --- src/conf/capabilities.h | 28 +++--- src/cpu/cpu.h