1 /* 2 * Copyright 2007, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Axel Dörfler, axeld@pinc-software.de 7 */ 8 #ifndef NETWORK_STATUS_H 9 #define NETWORK_STATUS_H 10 11 12 #include <image.h> 13 14 15 extern const char* kSignature; 16 extern const char* kDeskbarItemName; 17 18 status_t our_image(image_info& image); 19 20 #endif // NETWORK_STATUS_H 21