Simpifly opaque struct handle to context

This commit is contained in:
Stephen Seo 2019-08-30 12:11:07 +09:00
parent e8c07680a6
commit ba5d9178dc

View file

@ -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;