aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1998-03-10 00:08:41 +0100
committerJuan Cespedes <cespedes@debian.org>1998-03-10 00:08:41 +0100
commite188705c4f1c5c8e377c2438114a99acaeaf8a3a (patch)
treec64b320ce52c94d39000a23c989fccd32bef8554 /options.h
parent5e01f654d83a95f2acffa86df57a4c2db9b0cae9 (diff)
downloadltrace-e188705c4f1c5c8e377c2438114a99acaeaf8a3a.tar.gz
Version 0.2.1
* Added -u option (run command as other username) * Updated manual page a bit
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 311a13b..da17154 100644
--- a/options.h
+++ b/options.h
@@ -8,6 +8,7 @@ extern int opt_s; /* default maximum # of bytes printed in strings */
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 */
struct opt_p_t {
pid_t pid;