aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1998-09-20 23:04:34 +0200
committerJuan Cespedes <cespedes@debian.org>1998-09-20 23:04:34 +0200
commitf666d191986d3b342cfa8b2e96ed90a49edf4303 (patch)
tree7b7697f815da984ced02ac45161cf4a8340a76fa /options.h
parent370c8e68abbb8fb80959d9132ebb0fadd6b5e1ed (diff)
downloadltrace-f666d191986d3b342cfa8b2e96ed90a49edf4303.tar.gz
Version: 0.3.4
* Added "ltrace.spec" to build a .rpm binary file. * Added "-r" option
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 881465a..f4fbc96 100644
--- a/options.h
+++ b/options.h
@@ -13,6 +13,7 @@ extern int opt_L; /* display library calls */
extern int opt_S; /* display system calls */
extern int opt_f; /* trace child processes */
extern char * opt_u; /* username to run command as */
+extern int opt_r; /* print relative timestamp */
extern int opt_t; /* print absolute timestamp */
#if HAVE_LIBIBERTY
extern int opt_C; /* Demanglelow-level symbol names into user-level names */