Files
src_old/src/h5core/h5u_readwrite_private.h
T
2015-07-23 14:59:43 +02:00

25 lines
554 B
C

/*
Copyright (c) 2006-2015, The Regents of the University of California,
through Lawrence Berkeley National Laboratory (subject to receipt of any
required approvals from the U.S. Dept. of Energy) and the Paul Scherrer
Institut (Switzerland). All rights reserved.
License: see file COPYING in top level of source distribution.
*/
#ifndef __H5U_READWRITE_PRIVATE_H
#define __H5U_READWRITE_PRIVATE_H
#include "h5core/h5_types.h"
h5_err_t
h5upriv_open_file (
const h5_file_p f
);
h5_err_t
h5upriv_close_file (
const h5_file_p f
);
#endif