7bf35994ff7b8904ecaf0432855b47bafc10e2e9
[oweals/cde.git] / cde / programs / dtsession / SmWatch.h
1 /*
2  * (c) Copyright 1995 Digital Equipment Corporation.
3  * (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
4  * (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
5  * (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
6  * (c) Copyright 1993, 1994, 1995 Novell, Inc. 
7  * (c) Copyright 1995 FUJITSU LIMITED.
8  * (c) Copyright 1995 Hitachi.
9  *
10  * $XConsortium: SmWatch.h /main/1 1995/12/29 20:18:59 barstow $
11  */
12 /******************************************************************************
13
14 Copyright (c) 1993  X Consortium
15
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22
23 The above copyright notice and this permission notice shall be included in
24 all copies or substantial portions of the Software.
25
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
29 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
33 Except as contained in this notice, the name of the X Consortium shall not be
34 used in advertising or otherwise to promote the sale, use or other dealings
35 in this Software without prior written authorization from the X Consortium.
36 ******************************************************************************/
37
38 #ifndef _smwatch_h
39 #define _smwatch_h
40
41 #include <X11/Intrinsic.h>
42
43 Status
44 InitWatchProcs (
45         XtAppContext            appContext);
46
47 #endif /* _smwatch_h */