r25055: Add file_id_string_tos
[Samba.git] / source / rpc_server / srv_epmapper_nt.c
blob405769072b8c019bac81b0ea4964b11a3d4f7eeb
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.
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.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, see <http://www.gnu.org/licenses/>.
20 /* This is the implementation of the dfs pipe. */
22 #include "includes.h"
24 uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r)
26 /* FIXME */
27 return 0;
30 uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r)
32 /* FIXME */
33 return 0;
36 uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r)
38 /* FIXME */
39 return 0;
42 uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r)
44 /* FIXME */
45 return 0;
48 uint32 _epm_Map(pipes_struct *p, struct epm_Map *r)
50 /* FIXME */
51 return 0;
54 uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r)
56 /* FIXME */
57 return 0;
60 uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r)
62 /* FIXME */
63 return 0;
66 uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r)
68 /* FIXME */
69 return 0;