Index: trunk/include/sh_portcheck.h
===================================================================
--- trunk/include/sh_portcheck.h	(revision 67)
+++ trunk/include/sh_portcheck.h	(revision 67)
@@ -0,0 +1,13 @@
+
+#ifndef SH_PORTCHECK_H
+#define SH_PORTCHECK_H
+
+int sh_portchk_init(void);
+int sh_portchk_timer(time_t tcurrent);
+int sh_portchk_check(void);
+int sh_portchk_reconf(void);
+int sh_portchk_cleanup(void);
+
+extern sh_rconf sh_portchk_table[];
+
+#endif
Index: trunk/include/sh_processcheck.h
===================================================================
--- trunk/include/sh_processcheck.h	(revision 67)
+++ trunk/include/sh_processcheck.h	(revision 67)
@@ -0,0 +1,13 @@
+
+#ifndef SH_PROCESSCHECK_H
+#define SH_PROCESSCHECK_H
+
+int sh_prochk_init(void);
+int sh_prochk_timer(time_t tcurrent);
+int sh_prochk_check(void);
+int sh_prochk_reconf(void);
+int sh_prochk_cleanup(void);
+
+extern sh_rconf sh_prochk_table[];
+
+#endif
