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