2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2006-2008 - INRIA - Allan CORNET
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 /*--------------------------------------------------------------------------*/
14 #ifndef __GW_DATA_STRUCTURES2__
15 #define __GW_DATA_STRUCTURES2__
16 /*--------------------------------------------------------------------------*/
17 #include "dynlib_data_structures.h"
18 /*--------------------------------------------------------------------------*/
19 DATA_STRUCTURES_IMPEXP int gw_data_structures2(void);
20 /*--------------------------------------------------------------------------*/
21 int sci_getfield(char *fname,unsigned long fname_len);
22 int sci_setfield(char *fname,unsigned long fname_len);
23 /*--------------------------------------------------------------------------*/
24 #endif /* __GW_DATA_STRUCTURES2__ */
25 /*--------------------------------------------------------------------------*/