mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
14fc041f69
If there should be some sort of separator it is better to use comment with the filename, copyright, description, license information and authors. Found by: git grep -nH '^$' | grep '\.[ch]:1:' Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
7 lines
150 B
C
7 lines
150 B
C
#include "capabilities.h"
|
|
|
|
#define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"
|
|
#define FAKEDEVDIR1 "/fakedevdir1/bla/fasl"
|
|
|
|
virCapsPtr testLXCCapsInit(void);
|