]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/include/FreeRTOS_DNS.h
Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23665258ca...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / include / FreeRTOS_DNS.h
index 67257daac1f70652bb75d51bb7a67587a52325bb..449fa514fd3d5a2229d5eb562423979cefdb4742 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * FreeRTOS+TCP V2.0.11\r
+ * FreeRTOS+TCP V2.2.0\r
  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
@@ -84,12 +84,12 @@ uint32_t ulDNSHandlePacket( NetworkBufferDescriptor_t *pxNetworkBuffer );
 \r
 #if( ipconfigUSE_DNS_CACHE != 0 )\r
 \r
-       /* Look for the indicated host name in the DNS cache. Returns the IPv4 \r
-       address if present, or 0x0 otherwise. */\r
+    /* Look for the indicated host name in the DNS cache. Returns the IPv4 \r
+    address if present, or 0x0 otherwise. */\r
        uint32_t FreeRTOS_dnslookup( const char *pcHostName );\r
 \r
-       /* Remove all entries from the DNS cache. */\r
-       void FreeRTOS_dnsclear();\r
+    /* Remove all entries from the DNS cache. */\r
+    void FreeRTOS_dnsclear();\r
 #endif /* ipconfigUSE_DNS_CACHE != 0 */\r
 \r
 #if( ipconfigDNS_USE_CALLBACKS != 0 )\r