summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd/net.h
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2005-05-23 19:53:28 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2005-05-23 19:53:28 +0000
commit28b589efb76bd0c1d09b0d2c1e36024ce8fda847 (patch)
tree369bb1b274165009e0f40126ff70557ea6971b74 /usr.sbin/sasyncd/net.h
parent629d7ba9c6d9460e3ace845d7c0455aa9c7eeba0 (diff)
Various logging fixes, handle peer disconnects better.
Diffstat (limited to 'usr.sbin/sasyncd/net.h')
-rw-r--r--usr.sbin/sasyncd/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/net.h b/usr.sbin/sasyncd/net.h
index 901ea1b35f9..b193ebd2bbc 100644
--- a/usr.sbin/sasyncd/net.h
+++ b/usr.sbin/sasyncd/net.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: net.h,v 1.2 2005/05/22 20:35:48 ho Exp $ */
+/* $OpenBSD: net.h,v 1.3 2005/05/23 19:53:27 ho Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -48,7 +48,7 @@ enum CTLTYPE { RESERVED = 0, CTL_STATE, CTL_ERROR, CTL_ACK, CTL_UNKNOWN };
};
/* net.c */
-void net_connect_peers(void);
+void net_connect(void);
void net_disconnect_peer(struct syncpeer *);
/* net_ctl.c */