summaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/trace.h b/trace.h
index e7012e0..816f660 100644
--- a/trace.h
+++ b/trace.h
@@ -41,7 +41,9 @@ struct trace {
#define CATEGORY_EP 0x02
-void start_trace(int port, char *interface, char *caller, char *dialing, int direction, char *category, char *name);
-void add_trace(char *name, char *sub, char *value);
+void start_trace(int port, struct interface *interface, char *caller, char *dialing, int direction, int category, int serial, char *name);
+void add_trace(char *name, char *sub, const char *fmt, ...);
void end_trace(void);
//char *print_trace(int port, char *interface, char *caller, char *dialing, int direction, char *category, char *name);
+
+