summaryrefslogtreecommitdiff
path: root/retrace.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-08 20:23:18 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-08 20:23:18 +0100
commitb1bb3c2496c84191ff91cb99168283450917744b (patch)
tree2d9a51e3c525b7d9e60b4082c22b2935458b1fd3 /retrace.hpp
parenta94f2b68f6fc8ff381f26e8cd88e08f92a4e9a60 (diff)
Uniformize warning output.
Diffstat (limited to 'retrace.hpp')
-rw-r--r--retrace.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/retrace.hpp b/retrace.hpp
index d0e986e..69cf0ad 100644
--- a/retrace.hpp
+++ b/retrace.hpp
@@ -28,7 +28,9 @@
#include <string.h>
+#include <list>
#include <map>
+#include <ostream>
#include "trace_model.hpp"
@@ -84,7 +86,11 @@ public:
extern int verbosity;
+std::ostream &warning(Trace::Call &call);
+
+
void ignore(Trace::Call &call);
+void unknown(Trace::Call &call);
typedef void (*Callback)(Trace::Call &call);