1 /* 2 * Copyright 2006, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Oliver Tappe, zooey@hirschkaefer.de 7 */ 8 9 10 #ifndef IPV4_ADDRESS_H 11 #define IPV4_ADDRESS_H 12 13 extern struct net_address_module_info gIPv4AddressModule; 14 15 #endif // IPV4_ADDRESS_H 16