aboutsummaryrefslogtreecommitdiff
path: root/forward.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 18:40:38 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:06 +0200
commit865303f5abd934aff8e054ff8d8117e9cd36dda3 (patch)
tree0e625934ae54bb583c8029cab0fd25d83270882e /forward.h
parentd7b2292789462475ead5986c2dea25a0b8623f7d (diff)
downloadltrace-865303f5abd934aff8e054ff8d8117e9cd36dda3.tar.gz
Add module param.c/param.h
- this allows support of parameter packs, which in particular enables re-introducing of "format" and others in a more systematic manner
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 c07efec..1a404f5 100644
--- a/forward.h
+++ b/forward.h
@@ -1,6 +1,8 @@
/* Important types defined in other header files are declared
here. */
struct expr_node;
+struct param;
+struct param_enum;
struct Process;
struct arg_type_info;
struct value;