summaryrefslogtreecommitdiff
path: root/source/librpc/gen_ndr/srv_unixinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/librpc/gen_ndr/srv_unixinfo.h')
-rw-r--r--source/librpc/gen_ndr/srv_unixinfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/librpc/gen_ndr/srv_unixinfo.h b/source/librpc/gen_ndr/srv_unixinfo.h
deleted file mode 100644
index 6e5c033b619..00000000000
--- a/source/librpc/gen_ndr/srv_unixinfo.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "librpc/gen_ndr/ndr_unixinfo.h"
-#ifndef __SRV_UNIXINFO__
-#define __SRV_UNIXINFO__
-NTSTATUS _unixinfo_SidToUid(pipes_struct *p, struct unixinfo_SidToUid *r);
-NTSTATUS _unixinfo_UidToSid(pipes_struct *p, struct unixinfo_UidToSid *r);
-NTSTATUS _unixinfo_SidToGid(pipes_struct *p, struct unixinfo_SidToGid *r);
-NTSTATUS _unixinfo_GidToSid(pipes_struct *p, struct unixinfo_GidToSid *r);
-NTSTATUS _unixinfo_GetPWUid(pipes_struct *p, struct unixinfo_GetPWUid *r);
-void unixinfo_get_pipe_fns(struct api_struct **fns, int *n_fns);
-NTSTATUS rpc_unixinfo_init(void);
-#endif /* __SRV_UNIXINFO__ */