xref: /haiku/src/bin/desklink/desklink.h (revision 893988af824e65e49e55f517b157db8386e8002b)
1 /*
2  * Copyright 2003-2009, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Jérôme Duval
7  *		François Revol
8  *		Marcus Overhagen
9  *		Jonas Sundström
10  */
11 #ifndef DESKLINK_H
12 #define DESKLINK_H
13 
14 
15 extern const char *kAppSignature;
16 
17 
18 #endif	// DESKLINK_H
19