Simpifly opaque struct handle to context
This commit is contained in:
parent
e8c07680a6
commit
ba5d9178dc
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ extern "C" {
|
||||||
|
|
||||||
// Opaque struct handle to Context
|
// Opaque struct handle to Context
|
||||||
struct UDPC_Context;
|
struct UDPC_Context;
|
||||||
typedef struct UDPC_Context *UDPC_PContext;
|
typedef struct UDPC_Context *UDPC_HContext;
|
||||||
typedef UDPC_PContext UDPC_HContext;
|
|
||||||
|
|
||||||
typedef enum { SILENT, ERROR, WARNING, VERBOSE, INFO } UDPC_LoggingType;
|
typedef enum { SILENT, ERROR, WARNING, VERBOSE, INFO } UDPC_LoggingType;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue