aboutsummaryrefslogtreecommitdiff
path: root/src/H5IO.h
blob: 28637c987982c636998bfd6d10f53f19cb74dd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __H5IO_H_
#define __H5IO_H_

#include "IOProtos.h"
#include "Arch.h"

IOFile H5IOopen PROTO((char *filename,char *accessname));
IOFile H5IOopenRead PROTO((char *filename));
IOFile H5IOopenWrite PROTO((char *filename));
IOFile H5IOopenAppend PROTO((char *filename));

#endif