source: branches/samba-3.2.x/source/librpc/gen_ndr/srv_epmapper.h@ 233

Last change on this file since 233 was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 722 bytes
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_init(void);
14#endif /* __SRV_EPMAPPER__ */
Note: See TracBrowser for help on using the repository browser.