source: branches/samba-3.5.x/librpc/gen_ndr/srv_epmapper.h

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 1.3 KB
Line 
1#include "../librpc/gen_ndr/ndr_epmapper.h"
2#ifndef __SRV_EPMAPPER__
3#define __SRV_EPMAPPER__
4uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r);
5uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r);
6uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r);
7uint32 _epm_Map(pipes_struct *p, struct epm_Map *r);
8uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r);
9uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r);
10uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r);
11uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r);
12void epmapper_get_pipe_fns(struct api_struct **fns, int *n_fns);
13NTSTATUS rpc_epmapper_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
14uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r);
15uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r);
16uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r);
17uint32 _epm_Map(pipes_struct *p, struct epm_Map *r);
18uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r);
19uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r);
20uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r);
21uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r);
22NTSTATUS rpc_epmapper_init(void);
23#endif /* __SRV_EPMAPPER__ */
Note: See TracBrowser for help on using the repository browser.