diff options
Diffstat (limited to 'openmp/runtime/src/ompt-internal.h')
| -rw-r--r-- | openmp/runtime/src/ompt-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openmp/runtime/src/ompt-internal.h b/openmp/runtime/src/ompt-internal.h index a6b366d7552..6d9f6f0291f 100644 --- a/openmp/runtime/src/ompt-internal.h +++ b/openmp/runtime/src/ompt-internal.h @@ -77,7 +77,8 @@ extern ompt_callbacks_t ompt_callbacks; extern "C" { #endif -void ompt_init(void); +void ompt_pre_init(void); +void ompt_post_init(void); void ompt_fini(void); #ifdef __cplusplus |

