summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index b2dc73a..1ac519e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -442,9 +442,13 @@ struct lt_error_sym* lt_error_sym_get(struct lt_config_shared *cfg,
int lt_error_sym_exit(struct lt_config_audit *cfg,
struct lt_symbol *sym,
struct timeval *tv,
+ struct link_map *lr,
+ const La_regs *inregs,
La_retval *outregs);
int lt_error_set_retval(struct lt_config_audit *cfg,
unsigned long ret, La_retval *outregs);
+void lt_error_get_retaddr(struct lt_config_audit *cfg,
+ void **ret_addr, const La_regs *inregs);
#define PRINT(fmt, args...) \
do { \