aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@thehackers.org>1997-08-24 01:48:26 +0200
committerJuan Cespedes <cespedes@thehackers.org>1997-08-24 01:48:26 +0200
commit5e4455bffd7cd5c4a948ce7f7f4be9da55c67fb4 (patch)
treecc851403f39289b0398a0a3e54e1acb6bb0444eb /ltrace.h
parent1afec6996a994ac3734dad50e925437da064647a (diff)
downloadltrace-5e4455bffd7cd5c4a948ce7f7f4be9da55c67fb4.tar.gz
Version 0.1.3
* Added options `-i', `-S' * Added syscall names * Added signal names * Added `output.c', `signal.c'
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ltrace.h b/ltrace.h
index a40dbb7..a1617bd 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -1,4 +1,6 @@
+#include <stdio.h>
+
extern FILE * output;
extern int opt_d;
extern int opt_i;
-
+extern int opt_S;