summaryrefslogtreecommitdiff
path: root/ypserv/reg_slp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ypserv/reg_slp.h')
-rw-r--r--ypserv/reg_slp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/ypserv/reg_slp.h b/ypserv/reg_slp.h
new file mode 100644
index 0000000..a9fd87d
--- /dev/null
+++ b/ypserv/reg_slp.h
@@ -0,0 +1,25 @@
+/* Copyright (c) 2003 Thorsten Kukuk
+ Author: Thorsten Kukuk <kukuk@suse.de>
+
+ The YP Server is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ version 2 as published by the Free Software Foundation.
+
+ The YP Server 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 the YP Server; see the file COPYING. If
+ not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+ Suite 500, Boston, MA 02110-1335, USA. */
+
+#ifndef __REG_SLP_H__
+#define __REG_SLP_H__ 1
+
+int register_slp (void);
+int deregister_slp (void);
+
+#endif /* __REG_SLP_H__ */
+