xref: /haiku/src/apps/powerstatus/PowerStatus.h (revision 55b40aa53a835472ec7952b138ae4256203d02e4)
1 /*
2  * Copyright 2006, 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 POWER_STATUS_H
9 #define POWER_STATUS_H
10 
11 
12 extern const char* kSignature;
13 extern const char* kDeskbarItemName;
14 
15 #endif	// POWER_STATUS_H
16