/**---------------------------------------------------------------------------
 ** 
 ** ioserv.h -- Additionnal declarations 
 ** 
 ** Author          : Pierre Jaccard
 ** Created On      : 1999/07/14 20:52:18
 ** Last Modified By: Pierre Jaccard
 ** Last Modified On: 1999/08/02 12:04:13
 ** Update Count    : 11
 ** Directory       : /home/pego/pcd1/codas3c/gfi/src/plugs/
 ** Version         : 0.0
 ** Status          : Unknown
 ** ---------------------------------------------------------------------- ** 
 ** DESCRIPTION: 
 ** 
 **    This file contains additionnal declarations for use with GFI
 **    extensions to the ioserv library. It is included by the original
 **    ioserv.h file.
 ** 
 ** ---------------------------------------------------------------------- ** 
 ** REVISIONS: 
 ** ---------------------------------------------------------------------- ** 
 ** CHANGES: 
 **------------------------------------------------------------------------**/


#ifndef gfiplug_ioserv_options_already_included
#define gfiplug_ioserv_options_already_included

#ifdef USE_GFI_OPTIONS

#if PROTOTYPE_ALLOWED
int execute_sub_options(FILE *fp, char *sub_list, int echo);
#else
int execute_sub_options();
#endif

#endif /* USE_GFI_OPTIONS */
#endif /* gfiplug_ioserv_options_already_included */

