From: erickson Date: Fri, 5 Nov 2010 12:59:00 +0000 (+0000) Subject: socket_bundle typo patch from Jason Stephenson X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a73c857a0acd475e1df41e66ef575e6952c8327e;p=opensrf%2Fbjwebb.git socket_bundle typo patch from Jason Stephenson Further discussion and DCO: http://libmail.georgialibraries.org/pipermail/open-ils-dev/2010-November/006476.html git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2051 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/include/opensrf/socket_bundle.h b/include/opensrf/socket_bundle.h index e64a013..03aa37c 100644 --- a/include/opensrf/socket_bundle.h +++ b/include/opensrf/socket_bundle.h @@ -48,7 +48,7 @@ extern "C" { #endif /* models a single socket connection */ -struct socket_node; +struct socket_node_struct; typedef struct socket_node_struct socket_node;