/[guile]/guile/guile-core/libguile/list.h
ViewVC logotype

Diff of /guile/guile-core/libguile/list.h

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

revision 1.24 by mvo, Fri Nov 2 00:19:12 2001 UTC revision 1.25 by mdj, Tue Mar 11 19:57:52 2003 UTC
# Line 3  Line 3 
3  #ifndef SCM_LIST_H  #ifndef SCM_LIST_H
4  #define SCM_LIST_H  #define SCM_LIST_H
5    
6  /* Copyright (C) 1995,1996,1997,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1997,2000,2001, 2003 Free Software Foundation, Inc.
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 86  SCM_API SCM scm_delete (SCM item, SCM ls Line 86  SCM_API SCM scm_delete (SCM item, SCM ls
86  SCM_API SCM scm_delq1_x (SCM item, SCM lst);  SCM_API SCM scm_delq1_x (SCM item, SCM lst);
87  SCM_API SCM scm_delv1_x (SCM item, SCM lst);  SCM_API SCM scm_delv1_x (SCM item, SCM lst);
88  SCM_API SCM scm_delete1_x (SCM item, SCM lst);  SCM_API SCM scm_delete1_x (SCM item, SCM lst);
89    SCM_API SCM scm_filter (SCM pred, SCM list);
90    SCM_API SCM scm_filter_x (SCM pred, SCM list);
91  SCM_API void scm_init_list (void);  SCM_API void scm_init_list (void);
92    
93  #endif  /* SCM_LIST_H */  #endif  /* SCM_LIST_H */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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