using transport status code
parent
d4763df3a6
commit
42a702610b
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "pEpEngine.h"
|
||||
#include "message_api.h"
|
||||
#include <pEp/transport_status_code.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -44,8 +45,6 @@ typedef struct _transport_config {
|
|||
// this is defined here:
|
||||
// https://dev.pep.foundation/Engine/TransportStatusCode
|
||||
|
||||
typedef uint32_t PEP_transport_status_code;
|
||||
|
||||
typedef struct _PEP_transport_t PEP_transport_t;
|
||||
|
||||
// functions offered by transport
|
||||
|
|
Loading…
Reference in New Issue