dtcm: Resolve CID 87408
[oweals/cde.git] / cde / programs / dtcm / dtcm / cmtt.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23
24 /*******************************************************************************
25 **
26 **  cmtt.h
27 **
28 **  $TOG: cmtt.h /main/4 1999/09/20 10:30:18 mgreess $
29 **
30 **  RESTRICTED CONFIDENTIAL INFORMATION:
31 **
32 **  The information in this document is subject to special
33 **  restrictions in a confidential disclosure agreement between
34 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
35 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
36 **  Sun's specific written approval.  This document and all copies
37 **  and derivative works thereof must be returned or destroyed at
38 **  Sun's request.
39 **
40 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
41 **
42 *******************************************************************************/
43
44 /*                                                                      *
45  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
46  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
47  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
48  * (c) Copyright 1993, 1994 Novell, Inc.                                *
49  */
50
51
52 /*      @(#)cmtt.h 1.6 94/11/07 SMI     */
53
54 /*
55  * Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
56  */
57
58 #ifndef _CM_TT_H
59 #define _CM_TT_H
60
61 extern Tt_status cmtt_init(char *, Calendar *,  XtAppContext, Widget);
62 extern void DieFromToolTalkError(Widget, char*, Tt_status);
63
64 #endif /* _CM_TT_H */