summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-06 09:32:34 +0200
committerVolker Lendecke <vl@samba.org>2009-09-07 01:28:32 +0200
commitd9b7fd59b026fbad11263e8a018d654325ede0e4 (patch)
tree493b8cd09069adb0d18104a79a6bde68afc91941 /source3/librpc/idl
parent99f8dcab0c693424c65dce820a2eaed343c5f67e (diff)
downloadsamba-d9b7fd59b026fbad11263e8a018d654325ede0e4.tar.gz
samba-d9b7fd59b026fbad11263e8a018d654325ede0e4.tar.bz2
samba-d9b7fd59b026fbad11263e8a018d654325ede0e4.zip
s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wbint.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 826ba37a87..05bd7b1fb3 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -143,4 +143,7 @@ interface wbint
[in] wbint_RidArray *rids,
[out] wbint_Principals *names
);
+
+ NTSTATUS wbint_CheckMachineAccount(
+ );
} \ No newline at end of file