aboutsummaryrefslogtreecommitdiff
path: root/src/HDFIO.h
blob: a3f8f898902cef6b9f2f365e5bfc858dcef3b8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __HDFIO_H_
#define __HDFIO_H_

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

IOFile HDFIOopen PROTO((char *filename,char *accessname));
IOFile HDFIOopenRead PROTO((char *filename));
IOFile HDFIOopenWrite PROTO((char *filename));
IOFile HDFIOopenAppend PROTO((char *filename));

#endif