s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdline_auth_...
authorJeremy Allison <jra@samba.org>
Wed, 26 Apr 2017 00:01:25 +0000 (17:01 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 9 May 2017 07:56:09 +0000 (09:56 +0200)
commit1a8f410ece7c352e33c4e9f218b83e7b7c9b7100
treee38c98c839b8db162eec2cdfcf857188e1c98b16
parent2dcef34795b219dc8f175ae8df4477a9c923e42c
s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdline_auth_info().

Leave the global cmdline_auth_info still exposed, we will make it static
once the users have been converted to the utility functions.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/popt_common.h
source3/lib/popt_common.c