whitespace 'if(' -> 'if ('
[platform/upstream/ltrace.git] / dwarf_prototypes.h
1 #pragma once
2
3 #include <stdbool.h>
4 #include <elfutils/libdwfl.h>
5
6 #include "prototype.h"
7 #include "library.h"
8
9 bool import_DWARF_prototypes(struct library *lib);