1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ 2 /* 3 * 4 * Copyright (C) 1997 University of Chicago. 5 * See COPYRIGHT notice in top-level directory. 6 */ 7 8 #include "ad_nfs.h" 9 10 void ADIOI_NFS_SetInfo(ADIO_File fd, MPI_Info users_info, int *error_code) 11 { 12 ADIOI_GEN_SetInfo(fd, users_info, error_code); 13 }