r23779: Change from v2 or later to v3 or later.
[samba.git] / source / rpc_server / srv_epmapper_nt.c
1 /* 
2  *  Unix SMB/CIFS implementation.
3  *  RPC Pipe client / server routines for the endpoint mapper
4  *  Copyright (C) Jelmer Vernooij       2007.
5  *  
6  *  This program is free software; you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation; either version 3 of the License, or
9  *  (at your option) any later version.
10  *  
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *  
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */
20
21 /* This is the implementation of the dfs pipe. */
22
23 #include "includes.h"
24
25 uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r) 
26 {
27         /* FIXME */
28         return 0;
29 }
30
31 uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r)
32 {
33         /* FIXME */
34         return 0;
35 }
36
37 uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r)
38 {
39         /* FIXME */
40         return 0;
41 }
42
43 uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r)
44 {
45         /* FIXME */
46         return 0;
47 }
48
49 uint32 _epm_Map(pipes_struct *p, struct epm_Map *r)
50 {
51         /* FIXME */
52         return 0;
53 }
54
55 uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r)
56 {
57         /* FIXME */
58         return 0;
59 }
60
61 uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r)
62 {
63         /* FIXME */
64         return 0;
65 }
66
67 uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r)
68 {
69         /* FIXME */
70         return 0;
71 }