Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / csa / lutil.h
1 /* $XConsortium: lutil.h /main/1 1996/04/21 19:23:45 drk $ */
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 _LUTIL_H
10 #define _LUTIL_H
11
12 #include "ansi_c.h"
13
14 extern char *_DtCmGetPrefix P((char *str, char sep));
15
16 extern char *_DtCmGetLocalHost P(());
17
18 extern char *_DtCmGetLocalDomain P((char *hostname));
19
20 extern char *_DtCmGetHostAtDomain P(());
21
22 extern char *_DtCmGetUserName P(());
23
24 extern boolean_t _DtCmIsUserName P((char *user));
25
26 #endif