]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Ftp4.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / Ftp4.h
index ae437a8e992d4e522215aecdcf0734a3e75f03c5..536b3f36352598f07cb3b0288873c3e58a6ee663 100644 (file)
@@ -7,7 +7,7 @@
   The definitions in this file are defined in UEFI Specification 2.3, which have\r
   not been verified by one implementation yet.\r
 \r
-  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -180,7 +180,7 @@ struct _EFI_FTP4_COMMAND_TOKEN {
   /// \r
   EFI_EVENT                             Event; \r
   /// \r
-  /// Pointer to an ASCIIZ path name string. \r
+  /// Pointer to a null-terminated ASCII name string. \r
   /// \r
   UINT8                                 *Pathname;\r
   /// \r
@@ -204,7 +204,7 @@ struct _EFI_FTP4_COMMAND_TOKEN {
   /// DataBufferSize, again. If there is no data remained, \r
   /// DataBufferSize should be set to 0.\r
   /// \r
-  EFI_FTP4_DATA_CALLBACK                *DataCallback;\r
+  EFI_FTP4_DATA_CALLBACK                DataCallback;\r
   /// \r
   /// Pointer to the parameter for DataCallback.\r
   /// \r