Visibility hidden by default
[babeltrace.git] / src / py-common / py-common.h
index ded340b19224c7b343a4f55c9c9f902d2ede79b4..7d4e3f14d4687d079553baa10d5f46a59cb8b9d3 100644 (file)
@@ -19,7 +19,6 @@
  * Formats the Python traceback `py_exc_tb` using traceback.format_tb, from the
  * Python standard library, and return it as a Gstring.
  */
-BT_HIDDEN
 GString *bt_py_common_format_tb(PyObject *py_exc_tb, int log_level);
 
 /*
@@ -30,7 +29,6 @@ GString *bt_py_common_format_tb(PyObject *py_exc_tb, int log_level);
  * If `chain` is true, include all exceptions in the causality chain
  * (see parameter `chain` of Python's traceback.format_exception).
  */
-BT_HIDDEN
 GString *bt_py_common_format_exception(PyObject *py_exc_type,
                PyObject *py_exc_value, PyObject *py_exc_tb,
                int log_level, bool chain);
@@ -46,7 +44,6 @@ GString *bt_py_common_format_exception(PyObject *py_exc_type,
  * This function does not modify the error indicator, that is, anything
  * that is fetched is always restored.
  */
-BT_HIDDEN
 GString *bt_py_common_format_current_exception(int log_level);
 
 #endif /* BABELTRACE_PY_COMMON_INTERNAL_H */
This page took 0.022551 seconds and 4 git commands to generate.