diff options
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 11 |
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 |