aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'dissect.h')
-rw-r--r--dissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dissect.h b/dissect.h
index 178dba5d..326d3dc3 100644
--- a/dissect.h
+++ b/dissect.h
@@ -32,6 +32,6 @@ static inline bool sym_is_local(struct symbol *sym)
return sym->kind == 'v' && !(sym->ctype.modifiers & MOD_TOPLEVEL);
}
-extern void dissect(struct symbol_list *, struct reporter *);
+extern void dissect(struct reporter *, struct string_list *);
#endif