aboutsummaryrefslogtreecommitdiff
path: root/forward.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-23 22:30:06 +0100
committerPetr Machata <pmachata@redhat.com>2013-03-08 22:55:26 +0100
commite6c00ae8228be812c7361b5e193779a81aa00cd8 (patch)
tree9392d3b7d48d458746476c7f3f13f0aa69e2dcdd /forward.h
parent9117dab63337a8cb91741b5f170e8f2dab1e89b8 (diff)
downloadltrace-e6c00ae8228be812c7361b5e193779a81aa00cd8.tar.gz
In read_config_file, pass around locus instead of using globals
Diffstat (limited to 'forward.h')
-rw-r--r--forward.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/forward.h b/forward.h
index d334339..64993e5 100644
--- a/forward.h
+++ b/forward.h
@@ -30,6 +30,8 @@ struct library_symbol;
struct ltelf;
struct param;
struct param_enum;
+struct protolib;
+struct prototype;
struct value;
struct value_dict;
struct filter;