]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/NetLib.h
MdeModulePkg: Add HttpLib.
[mirror_edk2.git] / MdeModulePkg / Include / Library / NetLib.h
index d85c259b867de57764020518caac313e4c9429ca..7ad8dac446524a81bdd95a1830237a41779ba4db 100644 (file)
@@ -677,7 +677,7 @@ EFI_STATUS
 (EFIAPI *NET_DESTROY_LINK_LIST_CALLBACK) (\r
   IN LIST_ENTRY         *Entry,\r
   IN VOID               *Context   OPTIONAL\r
-);\r
+  );\r
 \r
 /**\r
   Safe destroy nodes in a linked list, and return the length of the list after all possible operations finished.\r
@@ -708,7 +708,7 @@ NetDestroyLinkList (
   IN   NET_DESTROY_LINK_LIST_CALLBACK   CallBack,\r
   IN   VOID                             *Context,    OPTIONAL\r
   OUT  UINTN                            *ListLength  OPTIONAL\r
-);\r
+  );\r
 \r
 /**\r
   This function checks the input Handle to see if it's one of these handles in ChildHandleBuffer.\r
@@ -723,11 +723,12 @@ NetDestroyLinkList (
 \r
 **/\r
 BOOLEAN\r
+EFIAPI\r
 NetIsInHandleBuffer (\r
   IN  EFI_HANDLE          Handle,\r
   IN  UINTN               NumberOfChildren,\r
   IN  EFI_HANDLE          *ChildHandleBuffer OPTIONAL\r
-);\r
+  );\r
 \r
 //\r
 // Object container: EFI network stack spec defines various kinds of\r