Skip to content

Commit

Permalink
Fix export symbols (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
spyridon97 authored Jun 25, 2024
1 parent 8bcfc2b commit e19dc5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions packages/seacas/libraries/exodus/include/exodusII_cfg.h.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright(C) 1999-2022 National Technology & Engineering Solutions
# of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
# NTESS, the U.S. Government retains certain rights in this software.
#
# See packages/seacas/LICENSE for details
/*
* Copyright(C) 1999-2022 National Technology & Engineering Solutions
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
* NTESS, the U.S. Government retains certain rights in this software.
*
* See packages/seacas/LICENSE for details
*/
#pragma once

#cmakedefine EXODUSII_BUILD_SHARED_LIBS
Expand Down
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 e19dc5e

Please sign in to comment.