summaryrefslogtreecommitdiff
path: root/pflocal/sserver.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-07-22 02:36:10 +0000
committerMiles Bader <miles@gnu.org>1995-07-22 02:36:10 +0000
commit874c95aead903bf761ab88a1ffeeaaf2a0e309b4 (patch)
tree685e54d74435d7371d9463febc7c73f735dfb25d /pflocal/sserver.h
parent97216e7de5a2b81cabe1527ee313b941ac4b0c8e (diff)
entered into RCS
Diffstat (limited to 'pflocal/sserver.h')
-rw-r--r--pflocal/sserver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pflocal/sserver.h b/pflocal/sserver.h
index 846e8821..a61ad916 100644
--- a/pflocal/sserver.h
+++ b/pflocal/sserver.h
@@ -18,8 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifndef __SSERVE_H__
-#define __SSERVE_H__
+#ifndef __SSERVER_H__
+#define __SSERVER_H__
/* Makes sure there are some request threads for sock operations, and starts
a server if necessary. This routine should be called *after* creating the
@@ -30,3 +30,4 @@ void ensure_sock_server ();
/* A port bucket to handle SOCK_USERs and ADDRs. */
struct port_bucket *sock_port_bucket;
+#endif /* __SSERVER_H__ */