summaryrefslogtreecommitdiff
path: root/source3/rpc_server/epmapper/srv_epmapper.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-03-14 14:49:51 +0100
committerSimo Sorce <idra@samba.org>2011-03-23 17:19:22 +0100
commit661ac49794a0594003463e1cf3ae1bf806f24213 (patch)
tree871c35cea120846ef922f64be665b1d2fd35c9f6 /source3/rpc_server/epmapper/srv_epmapper.h
parentda718a5961c3404435f9bc64bebabb71b53455eb (diff)
downloadsamba-661ac49794a0594003463e1cf3ae1bf806f24213.tar.gz
samba-661ac49794a0594003463e1cf3ae1bf806f24213.tar.bz2
samba-661ac49794a0594003463e1cf3ae1bf806f24213.zip
s3-epmapper: Added a cleanup function.
Diffstat (limited to 'source3/rpc_server/epmapper/srv_epmapper.h')
-rw-r--r--source3/rpc_server/epmapper/srv_epmapper.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/source3/rpc_server/epmapper/srv_epmapper.h b/source3/rpc_server/epmapper/srv_epmapper.h
new file mode 100644
index 0000000000..642117beab
--- /dev/null
+++ b/source3/rpc_server/epmapper/srv_epmapper.h
@@ -0,0 +1,32 @@
+/*
+ * Unix SMB/CIFS implementation.
+ *
+ * Endpoint server for the epmapper pipe
+ *
+ * Copyright (C) 2010-2011 Andreas Schneider <asn@samba.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _SRV_EPMAPPER_H_
+#define _SRV_EPMAPPER_H_
+
+/**
+ * @brief Cleanup memory and other stuff.
+ */
+void srv_epmapper_cleanup(void);
+
+#endif /*_SRV_EPMAPPER_H_ */
+
+/* vim: set ts=8 sw=8 noet cindent syntax=c.doxygen: */