summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-20 04:34:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:01 -0500
commit0efa46e652e0e6c89546df066affe8bb54a64e4d (patch)
treef60c22715921530f8457e1c2a93118bcabd3c693 /source4
parent24993869f064c61507aaca687a000db78b45df1a (diff)
downloadsamba-0efa46e652e0e6c89546df066affe8bb54a64e4d.tar.gz
samba-0efa46e652e0e6c89546df066affe8bb54a64e4d.tar.bz2
samba-0efa46e652e0e6c89546df066affe8bb54a64e4d.zip
r11202: Add more structs to structs.h
(This used to be commit b0f11d85214fe83a8ce738cfa597f5cf9f5d3897)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index b61ada237b..483c601583 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -101,6 +101,7 @@ struct samr_Password;
struct samr_CryptPassword;
struct samr_CryptPasswordEx;
struct samr_LogonHours;
+struct samr_DomInfo1;
struct netr_Credential;
struct netr_Authenticator;
@@ -328,3 +329,5 @@ struct param_section;
struct param;
struct socket_context;
+
+struct _krb5_krb_auth_data;