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
15extern const char* kSignature;
16extern const char* kDeskbarItemName;
17
18status_t our_image(image_info& image);
19
20#endif	// NETWORK_STATUS_H
21