mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'bugfix/coap_with_cxx' into 'release/v4.3'
coap : fix for coap implementation with cxx See merge request espressif/esp-idf!15220
This commit is contained in:
commit
4ad49c4ae7
@ -11,6 +11,11 @@
|
||||
#ifndef COAP_DTLS_H_
|
||||
#define COAP_DTLS_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "libcoap.h"
|
||||
#include "coap_time.h"
|
||||
#include "str.h"
|
||||
|
||||
@ -627,5 +632,8 @@ void coap_dtls_set_log_level(int level);
|
||||
*/
|
||||
int coap_dtls_get_log_level(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* COAP_DTLS_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user