aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 16:58:54 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:06 +0200
commitf6ec08afb96292fd3c802c1f633d8de249664c72 (patch)
treed52d839f849f5c4723329e85662b44209bed228c /output.h
parent37b73c0ab8cbcab4729df6d12f2dc846d4652310 (diff)
downloadltrace-f6ec08afb96292fd3c802c1f633d8de249664c72.tar.gz
Add fetch.c/fetch.h, a module for fetching function arguments
- this is now a thin wrapper over gimme_arg, ideally the backends will eventually use this right interface - in display_args.c, strip one layer of pointer wrapping, which is now done in output.c
Diffstat (limited to 'output.h')
-rw-r--r--output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/output.h b/output.h
index 2db9d27..481a385 100644
--- a/output.h
+++ b/output.h
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
+#include "fetch.h"
#include "forward.h"