From: Stephen Seo Date: Fri, 30 Aug 2019 03:11:07 +0000 (+0900) Subject: Simpifly opaque struct handle to context X-Git-Tag: 1.0~168 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-hover.png?a=commitdiff_plain;h=ba5d9178dc7324a858af85774875002a074b697d;p=UDPConnection Simpifly opaque struct handle to context --- diff --git a/cpp_impl/src/UDPConnection.h b/cpp_impl/src/UDPConnection.h index 7cfa8b4..d1dcd1e 100644 --- a/cpp_impl/src/UDPConnection.h +++ b/cpp_impl/src/UDPConnection.h @@ -46,8 +46,7 @@ extern "C" { // Opaque struct handle to Context struct UDPC_Context; -typedef struct UDPC_Context *UDPC_PContext; -typedef UDPC_PContext UDPC_HContext; +typedef struct UDPC_Context *UDPC_HContext; typedef enum { SILENT, ERROR, WARNING, VERBOSE, INFO } UDPC_LoggingType;