Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / server / utility.h
1 /* $XConsortium: utility.h /main/4 1995/11/09 12:54:43 rswiston $ */
2 /*
3  *  (c) Copyright 1993, 1994 Hewlett-Packard Company
4  *  (c) Copyright 1993, 1994 International Business Machines Corp.
5  *  (c) Copyright 1993, 1994 Novell, Inc.
6  *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
7  */
8
9 #ifndef _UTILITY_H
10 #define _UTILITY_H
11
12 #include "ansi_c.h"
13
14 extern char *_DtCmsTarget2Name P((char *target));
15
16 extern char *_DtCmsTarget2Location P((char *target));
17
18 extern char *_DtCmsTarget2Host P((char *target));
19
20 extern char *_DtCmsTarget2Domain P((char *target));
21
22 #endif