diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-06 17:22:57 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-06 17:22:57 -0800 |
commit | c6f03521555e9634f120e1b21ad8cdeb36354d41 (patch) | |
tree | e1557369a385a2c4d6c21c90bc2ee5defdf2f5fb /source3/include | |
parent | 364b00295fca9dbf9c2be854b198b5e2bdc88ae1 (diff) | |
download | samba-c6f03521555e9634f120e1b21ad8cdeb36354d41.tar.gz samba-c6f03521555e9634f120e1b21ad8cdeb36354d41.tar.bz2 samba-c6f03521555e9634f120e1b21ad8cdeb36354d41.zip |
Make cmdline_auth_info private to lib/popt_common.c. Provide
accessor functions.
Jeremy.
(This used to be commit 420195dd3e8b1b6771ab8be8bc974edaafc0cf8f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/popt_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index 86faa144f3..f77f69dfa4 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -49,6 +49,4 @@ struct user_auth_info { int signing_state; }; -extern struct user_auth_info cmdline_auth_info; - #endif /* _POPT_COMMON_H */ |