From: Stephen Seo Date: Wed, 6 Mar 2019 12:51:09 +0000 (+0900) Subject: Minor doc fix X-Git-Tag: 1.0~216 X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.css?a=commitdiff_plain;h=44d1be6a234773e2907f35cb592170073d88e4e4;p=UDPConnection Minor doc fix --- diff --git a/src/UDPC_Defines.h b/src/UDPC_Defines.h index f742f9c..f9c59dc 100644 --- a/src/UDPC_Defines.h +++ b/src/UDPC_Defines.h @@ -24,6 +24,7 @@ #define UDPC_ERR_CVFAIL 5 // failed to create condition variable #define UDPC_ERR_THREADFAIL 6 // failed to create thread +// Error strings are defined in UDPConnection.c extern const char *UDPC_ERR_SOCKETFAIL_STR; extern const char *UDPC_ERR_SOCKETBINDF_STR; extern const char *UDPC_ERR_SOCKETNONBF_STR;