Drop uses of #pragma once
[platform/upstream/ltrace.git] / dwarf_prototypes.h
1 #ifndef DWARF_PROTOTYPES_H
2 #define DWARF_PROTOTYPES_H
3
4 #include <stdbool.h>
5 #include <elfutils/libdwfl.h>
6
7 #include "prototype.h"
8 #include "library.h"
9
10 bool import_DWARF_prototypes(struct library *lib);
11
12 #endif /* DWARF_PROTOTYPES_H */