Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / CleanUpI.h
1 /* $XConsortium: CleanUpI.h /main/8 1996/01/29 12:19:46 cde-hp $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **  File:   CleanUpI.h
5  **  Project: Common Desktop Environment
6  **
7  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
8  **  (c) Copyright 1993, 1994 International Business Machines Corp.
9  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
10  **  (c) Copyright 1993, 1994 Novell, Inc.
11  **
12  ****************************************************************************
13  ************************************<+>*************************************/
14 #ifndef _DtHelpCleanUpI_h
15 #define _DtHelpCleanUpI_h
16
17 /********    Public Function Declarations    ********/
18 extern  void    _DtHelpFreeSegments(
19                                 _DtCvSegment    *seg_list,
20                                 _DtCvStatus      unresolved,
21                                 void            (*destroy_region)(),
22                                 _DtCvPointer     client_data);
23 extern  void    _DtHelpDestroyTopicData(
24                                 _DtCvTopicPtr    topic,
25                                 void            (*destroy_region)(),
26                                 _DtCvPointer     client_data);
27 /********    End Public Function Declarations    ********/
28
29 #endif /* _DtHelpCleanUpI_h */