xref: /haiku/src/apps/powerstatus/PowerStatus.h (revision 23871bd25d70988852d2b1140aa4a2f191eb49dd)
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 extern const char* kDeskbarSignature;
15 
16 #endif	// POWER_STATUS_H
17