src/params.h

/* [<][>]
[^][v][top][bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 /*
   2  * params.h - a header file for params.c
   3  * by Hirotsugu Kakugawa
   4  *
   5  * Edition History
   6  *  22 Mar 1997  First implementation
   7  */
   8 /*
   9  * Copyright (C) 1997 Hirotsugu Kakugawa. 
  10  * All rights reserved.
  11  *
  12  * This file is part of the VFlib Library.  This library is free
  13  * software; you can redistribute it and/or modify it under the terms of
  14  * the GNU Library General Public License as published by the Free
  15  * Software Foundation; either version 2 of the License, or (at your
  16  * option) any later version.  This library is distributed in the hope
  17  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
  18  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  19  * PURPOSE.  See the GNU Library General Public License for more details.
  20  * You should have received a copy of the GNU Library General Public
  21  * License along with this library; if not, write to the Free Software
  22  * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  23  */
  24 
  25 #ifndef __VFLIB_PARAMS_H__
  26 #define __VFLIB_PARAMS_H__
  27 
  28 #include "sexp.h"
  29 
  30 Glocal int   vf_params_init(char*);
  31 Glocal int   vf_params_default(SEXP_ALIST);
  32 Glocal SEXP  vf_params_lookup(char*);
  33 
  34 #endif  /* __VFLIB_PARAMS_H__ */
  35 
  36 /*EOF*/

/* [<][>][^][v][top][bottom][index][help] */