/[radius]/radius/include/rewrite.h
ViewVC logotype

Diff of /radius/include/rewrite.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Fri Jun 13 07:26:13 2003 UTC revision 1.5 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 1  Line 1 
1    /* This file is part of GNU Radius.
2       Copyright (C) 2000,2001,2002,2003 Sergey Poznyakoff
3      
4       GNU Radius is free software; you can redistribute it and/or modify
5       it under the terms of the GNU General Public License as published by
6       the Free Software Foundation; either version 2 of the License, or
7       (at your option) any later version.
8      
9       GNU Radius is distributed in the hope that it will be useful,
10       but WITHOUT ANY WARRANTY; without even the implied warranty of
11       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12       GNU General Public License for more details.
13      
14       You should have received a copy of the GNU General Public License
15       along with GNU Radius; if not, write to the Free Software Foundation,
16       Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17  /*  /*
18   * Data types   * Data types
19   */   */
# Line 18  int interpret(char *fcall, RADIUS_REQ *r Line 34  int interpret(char *fcall, RADIUS_REQ *r
34  #ifdef RADIUS_SERVER_GUILE  #ifdef RADIUS_SERVER_GUILE
35  SCM radscm_datum_to_scm(Datatype type, Datum datum);  SCM radscm_datum_to_scm(Datatype type, Datum datum);
36  int radscm_scm_to_ival(SCM cell, int *val);  int radscm_scm_to_ival(SCM cell, int *val);
37  SCM radscm_rewrite_execute(char *func_name, SCM ARGS);  SCM radscm_rewrite_execute(const char *func_name, SCM ARGS);
38  #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26