Don't try to define abs() on linux, stdlib will handle it.
[oweals/cde.git] / cde / programs / tttypes / dtinfo_start.ptype
1 /*
2  * $XConsortium: dtinfo_start.ptype /main/4 1996/03/25 08:52:03 barstow $ 
3  *
4  * (c) Copyright 1996 Digital Equipment Corporation.
5  * (c) Copyright 1996 Hewlett-Packard Company.
6  * (c) Copyright 1996 International Business Machines Corp.
7  * (c) Copyright 1996 Sun Microsystems, Inc.
8  * (c) Copyright 1996 Novell, Inc. 
9  * (c) Copyright 1996 FUJITSU LIMITED.
10  * (c) Copyright 1996 Hitachi.
11  */
12
13 #include "dtinfo_start.opnums"
14
15 ptype DtInfo_Start {
16         start   "/usr/dt/infolib/etc/dtinfo_start";
17         handle:
18                 session DtInfo_LoadInfoLib (
19                                 in string action_name,
20                                 in string info_lib_host,
21                                 in string locale)
22                         => start opnum = LOAD_INFO_LIB;
23
24                 session DtInfo_ShowInfoAtLoc (
25                                 in string action_name,
26                                 in string info_lib_host,
27                                 in string locale,
28                                 in string section)
29                         => start opnum = SHOW_INFO_AT_LOC;      
30 }