
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 #include "ad_nfs.h" 00010 #ifdef PROFILE 00011 #include "mpe.h" 00012 #endif 00013 00014 ADIO_Offset ADIOI_NFS_SeekIndividual(ADIO_File fd, ADIO_Offset offset, 00015 int whence, int *error_code) 00016 { 00017 return ADIOI_GEN_SeekIndividual(fd, offset, whence, error_code); 00018 }
1.5.5