summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 167aa25..fd4a032 100644
--- a/src/config.h
+++ b/src/config.h
@@ -425,9 +425,9 @@ char* lt_objsearch(struct lt_config_audit *cfg, const char *name,
int lt_stack_framesize(struct lt_config_audit *cfg, La_regs *regs);
/* symbol */
-struct lt_symbol* lt_symbol_bind(struct lt_config_shared *cfg,
+struct lt_symbol* lt_symbol_bind(struct lt_config_audit *cfg,
void *ptr, const char *name);
-struct lt_symbol* lt_symbol_get(struct lt_config_shared *cfg,
+struct lt_symbol* lt_symbol_get(struct lt_config_audit *cfg,
void *ptr, const char *name);
/* config options */
@@ -456,9 +456,10 @@ int lt_error_run(struct lt_config_app *cfg);
/* error simulation lib */
int lt_error_init(struct lt_config_audit *cfg);
-struct lt_error_sym* lt_error_sym_get(struct lt_config_shared *cfg,
+struct lt_error_sym* lt_error_sym_get(struct lt_config_audit *cfg,
const char *name);
int lt_error_sym_exit(struct lt_config_audit *cfg,
+ const char *symname,
struct lt_symbol *sym,
struct timeval *tv,
struct link_map *lr,