Skip to content

Commit

Permalink
exodusII_int.h: Add missing export symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
spyridon97 committed Jun 24, 2024
1 parent d881363 commit 9dc1374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus/include/exodusII_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extern "C" {
/* Utility function to find variable to store entity attribute on */
int exi_get_varid(int exoid, ex_entity_type obj_type, ex_entity_id id);

void exi_reset_error_status(void);
EXODUS_EXPORT void exi_reset_error_status(void);

#if defined(EXODUS_THREADSAFE)
#if !defined(exerrval)
Expand Down Expand Up @@ -796,7 +796,7 @@ extern struct exi_obj_stats *exoII_edm;
extern struct exi_obj_stats *exoII_fam;
extern struct exi_obj_stats *exoII_nm;

struct exi_file_item *exi_find_file_item(int exoid);
EXODUS_EXPORT struct exi_file_item *exi_find_file_item(int exoid);
struct exi_file_item *exi_add_file_item(int exoid);
struct exi_obj_stats *exi_get_stat_ptr(int exoid, struct exi_obj_stats **obj_ptr);

Expand Down

0 comments on commit 9dc1374

Please sign in to comment.