aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-03 00:46:04 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-03 00:46:04 +0200
commit1cd999a32728f41208dc30f38a125d7bb7063625 (patch)
tree9bd3dbddf49e89259512cdabe00b4dae22a296a0 /ltrace.h
parent5b3ffdf2e696273d38434ff7b3c26349fff5a0ea (diff)
downloadltrace-1cd999a32728f41208dc30f38a125d7bb7063625.tar.gz
Version: 0.3.12
* Re-wrote of "elf.c" (Silvio Cesare <silvio@big.net.au>) * Added "--library" option (Silvio) * Updated list of syscalls and signals to Linux 2.4.5 * Compile cleanly with gcc-3.0 (thanks to Frederic L. W. Meunier)
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ltrace.h b/ltrace.h
index 05e7967..c569ca3 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -9,6 +9,8 @@
/* BREAKPOINT_LENGTH is defined in "sysdep.h" */
#include "sysdep.h"
+#define MAX_LIBRARY 30
+
extern char * command;
extern int exiting; /* =1 if we have to exit ASAP */