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