summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-04-04 00:35:34 +0000
committerTim Potter <tpot@samba.org>2000-04-04 00:35:34 +0000
commit738b307bd7053ede369431da7b1349befaa523d9 (patch)
treed239030c8c42f22146dfd916de3f94efb5f3d21f /source/include/ntdomain.h
parent58a16e2718e6400fe9f20d61990818f2d146042f (diff)
downloadsamba-738b307bd7053ede369431da7b1349befaa523d9.tar.gz
samba-738b307bd7053ede369431da7b1349befaa523d9.tar.xz
samba-738b307bd7053ede369431da7b1349befaa523d9.zip
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.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index b754dd8525f..5440ca1bae0 100644
--- a/source/include/ntdomain.h
+++ b/source/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