Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / tt / lib / api / c / api_utils.C
1 //%%  (c) Copyright 1993, 1994 Hewlett-Packard Company                  
2 //%%  (c) Copyright 1993, 1994 International Business Machines Corp.    
3 //%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   
4 //%%  (c) Copyright 1993, 1994 Novell, Inc.                             
5 //%%  $XConsortium: api_utils.C /main/3 1995/10/23 09:55:42 rswiston $                                                  
6 /*
7  *
8  * api_utils.cc
9  *
10  * Copyright (c) 1990 by Sun Microsystems, Inc.
11  */
12 #include "util/tt_object.h"
13 #include "util/tt_list.h"
14 #include "mp/mp_c.h"
15 #include "api/c/api_api.h"
16 #include "api/c/api_mp.h"
17 #include "api/c/api_filemap.h"
18 #include "api/c/api_handle.h"
19 #include "api/c/api_storage.h"
20 #include "api/c/api_objid_spec.h"
21
22 implement_list_of(_Tt_api_handle)
23 implement_list_of(_Tt_api_userdata)
24 implement_list_of(_Tt_api_callback)
25 implement_list_of(_Tt_api_stg_stack_elm)
26 implement_ptr_to(_Tt_api_stg_stack)
27 implement_derived_ptr_to(_Tt_objid_spec, _Tt_db_object)
28 implement_table_of(_Tt_objid_spec)
29 implement_ptr_to(_Tt_api_filename_map)