added source code
[unres.git] / source / unres / src_MD-M / xdrf / xdrf.h
1 /*_________________________________________________________________
2  |
3  | xdrf.h - include file for C routines that want to use the 
4  |          functions below.
5 */
6
7 int xdropen(XDR *xdrs, const char *filename, const char *type);
8 int xdrclose(XDR *xdrs) ;
9 int xdr3dfcoord(XDR *xdrs, float *fp, int *size, float *precision) ;
10