From ba0a53b52ca934389268b65ec0d9e7336ae85d4f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 4 Apr 2000 00:35:34 +0000 Subject: Removed unused parameter vuid from rpc_server api_* calls. For the very few functions that need to access the vuid, it can be obtained from the current_user global. Did some whitespace cleanup. (This used to be commit 738b307bd7053ede369431da7b1349befaa523d9) --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index b754dd8525..5440ca1bae 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -204,7 +204,7 @@ struct api_struct { char *name; uint8 opnum; - BOOL (*fn) (uint16 vuid, prs_struct*, prs_struct*); + BOOL (*fn) (prs_struct*, prs_struct*); }; typedef struct -- cgit