xref: /haiku/src/bin/desklink/desklink.h (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
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