s4:auth/kerberos: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / source3 / rpc_server / epmapper / srv_epmapper.h
blob1abc583e20fa0c5f73429c5aa85f8ae27f389c70
1 /*
2 * Unix SMB/CIFS implementation.
4 * Endpoint server for the epmapper pipe
6 * Copyright (C) 2010-2011 Andreas Schneider <asn@samba.org>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
22 #ifndef _SRV_EPMAPPER_H_
23 #define _SRV_EPMAPPER_H_
25 /**
26 * @brief Cleanup memory and other stuff.
28 void srv_epmapper_cleanup(void);
30 bool srv_epmapper_delete_endpoints(struct pipes_struct *p);
32 #endif /*_SRV_EPMAPPER_H_ */
34 /* vim: set ts=8 sw=8 noet cindent syntax=c.doxygen: */