summaryrefslogtreecommitdiff
path: root/source3/include/popt_common.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-11-06 09:27:42 +0100
committerJeremy Allison <jra@samba.org>2012-11-08 10:14:41 -0800
commitc51abb35dfff86cb503d36a844184f7a95f29cdb (patch)
tree9ec9b2d4a7970bde31471af3115f32b9eaba11b8 /source3/include/popt_common.h
parentd236709d15ba577def07f049c975069eb39ba1e3 (diff)
downloadsamba-c51abb35dfff86cb503d36a844184f7a95f29cdb.tar.gz
samba-c51abb35dfff86cb503d36a844184f7a95f29cdb.tar.bz2
samba-c51abb35dfff86cb503d36a844184f7a95f29cdb.zip
s3fs-popt: Add function to burn the commandline password.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r--source3/include/popt_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h
index 2125ed6f83..5266f369dd 100644
--- a/source3/include/popt_common.h
+++ b/source3/include/popt_common.h
@@ -49,5 +49,6 @@ extern const struct poptOption popt_common_dynconfig[];
#define POPT_COMMON_OPTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_option, 0, "Common samba commandline config:", NULL },
void popt_common_set_auth_info(struct user_auth_info *auth_info);
+void popt_burn_cmdline_password(int argc, char *argv[]);
#endif /* _POPT_COMMON_H */