Removed duplicate declaration.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2634 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2006-12-28 15:54:44 +00:00
parent c16b7fd635
commit 0a1e758445
-1
View File
@@ -32,7 +32,6 @@ static void NetConnection_connectedServerCallback(ListenState *listenState,
const struct sockaddr *addr, SOCKLEN_T addrLen);
static void NetConnection_connectedClientCallback(ConnectState *connectState,
NetDescriptor *newNd, const struct sockaddr *addr, SOCKLEN_T addrLen);
static void NetConnection_connected(NetConnection *conn);
static void NetConnection_connectedServerErrorCallback(
ListenState *listenState, const ListenError *listenError);
static void NetConnection_connectedClientErrorCallback(