Deleted Added
full compact
util.h (178529) util.h (178540)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 26 unchanged lines hidden (view full) ---

35extern "C" {
36#endif
37
38extern int findelfsecidx(Elf *, char *);
39
40extern void die(char *, ...);
41extern void elfdie(char *, ...);
42
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 26 unchanged lines hidden (view full) ---

35extern "C" {
36#endif
37
38extern int findelfsecidx(Elf *, char *);
39
40extern void die(char *, ...);
41extern void elfdie(char *, ...);
42
43#if defined(sun)
43extern const char *progname;
44extern const char *progname;
45#endif
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* _UTIL_H */
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* _UTIL_H */