|
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__
|
|---|
| 4 | uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r);
|
|---|
| 5 | uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r);
|
|---|
| 6 | uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r);
|
|---|
| 7 | uint32 _epm_Map(pipes_struct *p, struct epm_Map *r);
|
|---|
| 8 | uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r);
|
|---|
| 9 | uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r);
|
|---|
| 10 | uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r);
|
|---|
| 11 | uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r);
|
|---|
| 12 | void epmapper_get_pipe_fns(struct api_struct **fns, int *n_fns);
|
|---|
| 13 | NTSTATUS rpc_epmapper_init(void);
|
|---|
| 14 | #endif /* __SRV_EPMAPPER__ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.