summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-02-26 08:10:51 +0000
committerJeremy Allison <jra@samba.org>2001-02-26 08:10:51 +0000
commit683ccef0bdfc6a1460087cc3eed2b7ac643d0227 (patch)
tree3175eb03fba361338da1fb421d4381ea16ee0c27 /source3/include/rpc_lsa.h
parent0d54de536c03f941739359a121a337aa33a2dc84 (diff)
downloadsamba-683ccef0bdfc6a1460087cc3eed2b7ac643d0227.tar.gz
samba-683ccef0bdfc6a1460087cc3eed2b7ac643d0227.tar.bz2
samba-683ccef0bdfc6a1460087cc3eed2b7ac643d0227.zip
Started conversion of lsa server code to canonical format (as srv_reg and
srv_samr have been). Jeremy. (This used to be commit f434cda9774b4864321b37b0f8f42e6e8dee8d5b)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 60daa261ba..186f8f1115 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -360,4 +360,23 @@ typedef struct lsa_r_lookup_names
} LSA_R_LOOKUP_NAMES;
+/* This is probably a policy handle but at the moment we
+ never read it - so use a dummy struct. */
+
+typedef struct lsa_q_open_secret
+{
+ uint32 dummy;
+} LSA_Q_OPEN_SECRET;
+
+/* We always return "not found" at present - so just marshal the minimum. */
+
+typedef struct lsa_r_open_secret
+{
+ uint32 dummy1;
+ uint32 dummy2;
+ uint32 dummy3;
+ uint32 dummy4;
+ uint32 status;
+} LSA_R_OPEN_SECRET;
+
#endif /* _RPC_LSA_H */