From 291328b99730e5fc037a0a17afc9f77742747092 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 22 Jun 2016 16:15:03 +0200 Subject: [PATCH] src/h5core/private/h5_init.h - cosmetic change --- src/h5core/private/h5_init.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/h5core/private/h5_init.h b/src/h5core/private/h5_init.h index 81c80e2..8f7d50c 100644 --- a/src/h5core/private/h5_init.h +++ b/src/h5core/private/h5_init.h @@ -30,15 +30,13 @@ typedef int MPI_Comm; extern "C" { #endif -extern int h5_initialized; - h5_err_t h5priv_initialize (void); +extern int h5_initialized; extern h5_dta_types_t h5_dta_types; extern int h5_myproc; - #ifdef __cplusplus } #endif