From 7eef032584514f4cfb32a86f29695e48e18fb16d Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 6 Oct 2009 14:39:47 +0200 Subject: [PATCH] Doc update. --- src/network/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/connection.h b/src/network/connection.h index cfdaa13..96cf919 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -70,7 +70,7 @@ extern void net_con_update(struct net_connection* con, int events); * Close the connection. * This will ensure a connection is closed properly and will generate a NET_EVENT_DESTROYED event which indicates * that the con can safely be deleted (or set to NULL). - * @returns 1 if the memory can be freed immediately, or 0 if it needs to go through the NET_EVENT_DESTROYED event. + * @returns 1 if the memory pointed to by con can be freed immediately, or 0 if it needs to go through the NET_EVENT_DESTROYED event. */ extern int net_con_close(struct net_connection* con);