00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * 00004 * Copyright (C) 1997 University of Chicago. 00005 * See COPYRIGHT notice in top-level directory. 00006 */ 00007 00008 #ifndef AD_SFS_INCLUDE 00009 #define AD_SFS_INCLUDE 00010 00011 #include <unistd.h> 00012 #include <sys/types.h> 00013 #include <fcntl.h> 00014 #include "adio.h" 00015 00016 void ADIOI_SFS_Open(ADIO_File fd, int *error_code); 00017 void ADIOI_SFS_Fcntl(ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int 00018 *error_code); 00019 void ADIOI_SFS_Flush(ADIO_File fd, int *error_code); 00020 00021 #endif