]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/Socklib_internals.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / BsdSocketLib / Socklib_internals.h
diff --git a/StdLib/BsdSocketLib/Socklib_internals.h b/StdLib/BsdSocketLib/Socklib_internals.h
deleted file mode 100644 (file)
index 3e0119f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*\r
-  Definitions for the socket library functions that are used internally.\r
-\r
-  Copyright (c) 2011, Intel Corporation\r
-  All rights reserved. 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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-*/\r
-\r
-#ifndef _SOCKLIB_INTERNALS_H_\r
-#define _SOCKLIB_INTERNALS_H_\r
-\r
-void _sethosthtent (int);\r
-void _endhosthtent (void);\r
-void _sethostdnsent (int);\r
-void _endhostdnsent (void);\r
-void _setnethtent (int);\r
-void _endnethtent (void);\r
-void _setnetdnsent (int);\r
-void _endnetdnsent (void);\r
-\r
-struct hostent * _gethostbyhtname (const char *, int);\r
-struct hostent * _gethostbydnsname (const char *, int);\r
-struct hostent * _gethostbynisname (const char *, int);\r
-struct hostent * _gethostbyhtaddr (const char *, int, int);\r
-struct hostent * _gethostbydnsaddr (const char *, int, int);\r
-struct hostent * _gethostbynisaddr (const char *, int, int);\r
-struct netent *  _getnetbyhtname (const char *);\r
-struct netent *  _getnetbydnsname (const char *);\r
-struct netent *  _getnetbynisname (const char *);\r
-struct netent *  _getnetbyhtaddr (unsigned long, int);\r
-struct netent *  _getnetbydnsaddr (unsigned long, int);\r
-struct netent *  _getnetbynisaddr (unsigned long, int);\r
-void _map_v4v6_address (const char *src, char *dst);\r
-void _map_v4v6_hostent (struct hostent *hp, char **bp, int *len);\r
-#endif\r
-\r