Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / GenUtilsP.h
1 /* $XConsortium: GenUtilsP.h /main/3 1996/05/09 03:42:42 drk $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        GenUtilsP.h
6  **
7  **   Project:     CDEnext Info Access
8  **
9  **   Description: Header file for GenUtils.c
10  **
11  **
12  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
13  **
14  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
15  **  (c) Copyright 1993, 1994 International Business Machines Corp.
16  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
17  **  (c) Copyright 1993, 1994 Novell, Inc.
18  **
19  **
20  ****************************************************************************
21  ************************************<+>*************************************/
22 #ifndef _DtHelpGenUtilsP_h
23 #define _DtHelpGenUtilsP_h
24
25 /****************************************************************************
26  *                      Public Defines
27  ****************************************************************************/
28 #ifndef _DtHelpObsoleteP_h
29 typedef void*   CanvasHandle;
30 typedef void*   VolumeHandle;
31 #endif
32
33 /****************************************************************************
34  *                      Semi-Public Externals
35  ****************************************************************************/
36 extern  CanvasHandle    _DtHelpCeCreateDefCanvas(void);
37 extern  int      _DtHelpCeGetAsciiVolumeAbstract (
38                         CanvasHandle    canvas,
39                         VolumeHandle    volume,
40                         char            **retAbs);
41 extern  char    *_DtHelpCeGetNxtToken (
42                         char             *str,
43                         char            **retToken);
44 extern  int      _DtHelpCeGetVolumeTitle(
45                         CanvasHandle    canvas,
46                         VolumeHandle    volume,
47                         char          **ret_title);
48 #endif /* _DtHelpGenUtilsP_h */