From cae821d45926157a250e9fa047e0c8aa8c0c2c54 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 4 Nov 1999 00:09:15 +0000 Subject: adding experimental set user password command to rpcclient, it returns error wrong password against nt. ???? (This used to be commit b3f16e6b5aa5ba1b6afa38ad698646c8e765ec90) --- source3/include/ntdomain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 120426d182..789a02e086 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -169,5 +169,7 @@ struct acct_info #define SVC_QUERY_FN(fn) void (*fn)(QUERY_SERVICE_CONFIG *) #define SVC_INFO_FN(fn) void (*fn)(ENUM_SRVC_STATUS *) +#define TPRT_INFO_FN(fn) void (*fn)(SRV_TPRT_INFO_CTR *) + #endif /* _NT_DOMAIN_H */ -- cgit