summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-14 16:31:06 +0000
committerGerald Carter <jerry@samba.org>2000-07-14 16:31:06 +0000
commit7a88bb6baab1762798fcf4b6d1a17c59e5d98f83 (patch)
treefd7e59e04d94975bb90314ac7c81495f756afcc3 /source3/include/ntdomain.h
parentfb7a24d8b4598f24bfec95c166978af74b107d94 (diff)
downloadsamba-7a88bb6baab1762798fcf4b6d1a17c59e5d98f83.tar.gz
samba-7a88bb6baab1762798fcf4b6d1a17c59e5d98f83.tar.bz2
samba-7a88bb6baab1762798fcf4b6d1a17c59e5d98f83.zip
make proto
and a few changes to ntdomain for rpcclient printing functions --jerry (This used to be commit eb3f545f54eabb8b2b9a735808ebf49808ea85eb)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index ebd24c9dd6..1e1ef36795 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -233,6 +233,17 @@ struct acct_info
uint32 smb_userid; /* domain-relative RID */
};
+/*
+ * higher order functions for use with msrpc client code
+ */
+
+#define PRINT_INFO_FN(fn)\
+ void (*fn)(const char*, uint32, uint32, void *const *const)
+#define JOB_INFO_FN(fn)\
+ void (*fn)(const char*, const char*, uint32, uint32, void *const *const)
+
+/* end higher order functions */
+
struct cli_connection;
typedef struct cli_auth_fns