summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-10 14:16:04 +0100
committerVolker Lendecke <vl@samba.org>2010-01-10 20:56:16 +0100
commit9bb4766bbaaec58989f1f544b7e2367691a09c53 (patch)
tree2e9e7ff90f5a21131714fd9fbd43b27373bbc035 /source3/include/auth.h
parent6f0e7b946557d8955803e65186e9f924c5e469f2 (diff)
downloadsamba-9bb4766bbaaec58989f1f544b7e2367691a09c53.tar.gz
samba-9bb4766bbaaec58989f1f544b7e2367691a09c53.tar.bz2
samba-9bb4766bbaaec58989f1f544b7e2367691a09c53.zip
s3: Remove the typedef for "auth_usersupplied_info"
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 7d778b92d0..4d5c2cd850 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-typedef struct auth_usersupplied_info {
+struct auth_usersupplied_info {
DATA_BLOB lm_resp;
DATA_BLOB nt_resp;
DATA_BLOB lm_interactive_pwd;
@@ -38,7 +38,7 @@ typedef struct auth_usersupplied_info {
uint32 logon_parameters;
-} auth_usersupplied_info;
+};
typedef struct auth_serversupplied_info {
bool guest;