summaryrefslogtreecommitdiff
path: root/source3/include/rpcclient.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-08-29 14:43:42 +0000
committerGerald Carter <jerry@samba.org>2000-08-29 14:43:42 +0000
commita86ae846adb00a8dd68b79bc1188231d2259bf7f (patch)
treea9d494922f0d816df235b870d477e549ce1f791f /source3/include/rpcclient.h
parentae149ff6c521b1f58f204a21d72faeca7789e602 (diff)
downloadsamba-a86ae846adb00a8dd68b79bc1188231d2259bf7f.tar.gz
samba-a86ae846adb00a8dd68b79bc1188231d2259bf7f.tar.bz2
samba-a86ae846adb00a8dd68b79bc1188231d2259bf7f.zip
added -P (for no prompt) and -A <authfile> options
jerry (This used to be commit 2d95c38f7e65a0379cbaadd57b8eb41d830b5a6b)
Diffstat (limited to 'source3/include/rpcclient.h')
-rw-r--r--source3/include/rpcclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpcclient.h b/source3/include/rpcclient.h
index f322724217..ec7690a98a 100644
--- a/source3/include/rpcclient.h
+++ b/source3/include/rpcclient.h
@@ -132,6 +132,7 @@ struct client_info
struct nt_client_info dom;
BOOL reuse;
+ BOOL show_prompt;
};