summaryrefslogtreecommitdiff
path: root/source3/include/popt_common.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-06 17:22:57 -0800
committerJeremy Allison <jra@samba.org>2007-12-06 17:22:57 -0800
commitc6f03521555e9634f120e1b21ad8cdeb36354d41 (patch)
treee1557369a385a2c4d6c21c90bc2ee5defdf2f5fb /source3/include/popt_common.h
parent364b00295fca9dbf9c2be854b198b5e2bdc88ae1 (diff)
downloadsamba-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/popt_common.h')
-rw-r--r--source3/include/popt_common.h2
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 */