X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=extlibs%2Ftinydtls%2Fdebug.h;h=b5c819964493a430aed80735baa77f614ecce998;hb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;hp=89af8765efdf3d5df7ddd4f2b1c4ac7339dd7f93;hpb=838bea4a0a79036fa0e56eb1b80b90b58ded1778;p=platform%2Fupstream%2Fiotivity.git diff --git a/extlibs/tinydtls/debug.h b/extlibs/tinydtls/debug.h index 89af876..b5c8199 100644 --- a/extlibs/tinydtls/debug.h +++ b/extlibs/tinydtls/debug.h @@ -60,8 +60,6 @@ INLINE_API void check_stack() { } #endif -struct __session_t; - /** Pre-defined log levels akin to what is used in \b syslog. */ typedef enum { DTLS_LOG_EMERG=0, DTLS_LOG_ALERT, DTLS_LOG_CRIT, DTLS_LOG_WARN, DTLS_LOG_NOTICE, DTLS_LOG_INFO, DTLS_LOG_DEBUG @@ -124,7 +122,7 @@ dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, s {} INLINE_API void -dtls_dsrv_log_addr(log_t level, const char *name, const struct __session_t *addr) +dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr) {} #endif /* NDEBUG */