summaryrefslogtreecommitdiff
path: root/source3/torture/samtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/samtest.h')
-rw-r--r--source3/torture/samtest.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/torture/samtest.h b/source3/torture/samtest.h
index 2a8516cfc3..a136ab191e 100644
--- a/source3/torture/samtest.h
+++ b/source3/torture/samtest.h
@@ -22,10 +22,17 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+struct samtest_state {
+ SAM_CONTEXT *context;
+ NT_USER_TOKEN *token;
+};
+
struct cmd_set {
char *name;
- NTSTATUS (*fn)(struct sam_context *sam, TALLOC_CTX *mem_ctx, int argc,
+ NTSTATUS (*fn)(struct samtest_state *sam, TALLOC_CTX *mem_ctx, int argc,
char **argv);
char *description;
char *usage;
};
+
+