mirror of
https://github.com/nasa/trick.git
synced 2025-02-14 14:32:01 +00:00
16 lines
305 B
C++
16 lines
305 B
C++
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void sie_print_xml(void) ;
|
|
void sie_class_attr_map_print_xml(void) ;
|
|
void sie_enum_attr_map_print_xml(void) ;
|
|
void sie_top_level_objects_print_xml(void) ;
|
|
void sie_append_runtime_objs(void) ;
|
|
std::string sie_get_runtime_sie_dir(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|