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