summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_unixinfo.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-27 20:03:42 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-27 20:13:45 +0100
commit8c2b6a126c0f6e111d66e17fb46077a76bc81a15 (patch)
treeda1461a44b922d70eddb0e632dcbc2cef414299b /source3/librpc/gen_ndr/srv_unixinfo.h
parent7269a504fdd06fbbe24c2df8e084b41382d71269 (diff)
downloadsamba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.tar.gz
samba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.tar.bz2
samba-8c2b6a126c0f6e111d66e17fb46077a76bc81a15.zip
remove unused unixinfo.idl and generated files
The idl in this version uses pidl specific non NDR types... metze (This used to be commit 5dd83aaff325a1d15a0c786cbab42b8fcd6dd5ee)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_unixinfo.h')
-rw-r--r--source3/librpc/gen_ndr/srv_unixinfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/librpc/gen_ndr/srv_unixinfo.h b/source3/librpc/gen_ndr/srv_unixinfo.h
deleted file mode 100644
index 6e5c033b61..0000000000
--- a/source3/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__ */