tcp_transport: renamed possibly generic function names to be esp_ prefixed and not to colide with user namespace

This commit is contained in:
David Cermak
2018-09-26 11:56:47 +02:00
parent 2c5a25a42e
commit e02225cc07
14 changed files with 227 additions and 235 deletions

View File

@@ -80,7 +80,7 @@ char *http_utils_join_string(const char *first_str, int len_first, const char *s
int http_utils_str_starts_with(const char *str, const char *start);
#define HTTP_MEM_CHECK(TAG, a, action) TRANSPORT_MEM_CHECK(TAG, a, action)
#define HTTP_MEM_CHECK(TAG, a, action) ESP_TRANSPORT_MEM_CHECK(TAG, a, action)
#endif