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;