Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / dtcm / common.h
1 /*******************************************************************************
2 **
3 **  common.h
4 **
5 **  static char sccsid[] = "@(#)common.h 1.6 94/11/07 Copyr 1991 Sun Microsystems, Inc."; 
6 **
7 **  $XConsortium: common.h /main/3 1995/11/03 10:21:02 rswiston $
8 **
9 **  RESTRICTED CONFIDENTIAL INFORMATION:
10 **
11 **  The information in this document is subject to special
12 **  restrictions in a confidential disclosure agreement between
13 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
14 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
15 **  Sun's specific written approval.  This document and all copies
16 **  and derivative works thereof must be returned or destroyed at
17 **  Sun's request.
18 **
19 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
20 **
21 *******************************************************************************/
22
23 /*                                                                      *
24  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
25  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
26  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
27  * (c) Copyright 1993, 1994 Novell, Inc.                                *
28  */
29
30 #ifndef _COMMON_H
31 #define _COMMON_H
32
33 #include "ansi_c.h"
34
35 #if LATER
36 typedef struct {
37         int data_version;
38         char* target;
39 } Cdata;
40
41 extern Cdata    *get_cdata              P(());
42 extern void     free_cd_from_blist      P(());
43 #endif
44 extern void     reset_values            P(());
45 extern void     backup_values           P(());
46 extern void     blist_write_names       P(());
47 extern Boolean  duplicate_cd            P(());
48 extern char     *get_appt_str           P(());
49 extern void     common_update_lists     P(());
50
51 #endif