Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / FormatManI.h
1 /* $XConsortium: FormatManI.h /main/5 1995/10/26 12:21:24 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        FormatManI.h
6  **
7  **   Project:     TextGraphic Display routines
8  **
9  **   Description: Header file for FormatMan.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  ************************************<+>*************************************/
23 #ifndef _DtFormatManI_h
24 #define _DtFormatManI_h
25
26 extern  int     _DtHelpFormatManPage (
27                         XtPointer        client_data,
28                         char          *man_spec,
29                         XtPointer       *ret_handle );
30
31 #endif /* _DtFormatManI_h */