xref: /haiku/src/apps/powerstatus/PowerStatus.h (revision 16d5c24e533eb14b7b8a99ee9f3ec9ba66335b1e)
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