summaryrefslogtreecommitdiff
path: root/other/burneye2/elf/elf_util.h
blob: 0a411a00e4d53c247ec235a16362c3a98a3389e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* libxelf - helper functions include file
 *
 * by scut / teso
 */

#ifndef	ELF_UTIL_H
#define	ELF_UTIL_H


/* elf_error
 *
 * complain about a ELF file associated with structure `elf'. the message
 * we complain with is given as format string in `str'.
 *
 * return in any case
 */

void
elf_error (elf_file *elf, const char *str, ...);

#endif