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

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

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

revision 1.23 by rlb, Mon Apr 7 01:50:16 2003 UTC revision 1.24 by mvo, Sun Jul 27 16:20:21 2003 UTC
# Line 3  Line 3 
3  #ifndef SCM_POSIX_H  #ifndef SCM_POSIX_H
4  #define SCM_POSIX_H  #define SCM_POSIX_H
5    
6  /* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1997,1998,2000,2001, 2003 Free Software Foundation, Inc.
7   *   *
8   * This library is free software; you can redistribute it and/or   * This library is free software; you can redistribute it and/or
9   * modify it under the terms of the GNU Lesser General Public   * modify it under the terms of the GNU Lesser General Public
# Line 36  SCM_API SCM scm_setsid (void); Line 36  SCM_API SCM scm_setsid (void);
36  SCM_API SCM scm_setpgid (SCM pid, SCM pgid);  SCM_API SCM scm_setpgid (SCM pid, SCM pgid);
37  SCM_API SCM scm_pipe (void);  SCM_API SCM scm_pipe (void);
38  SCM_API SCM scm_getgroups (void);  SCM_API SCM scm_getgroups (void);
39    SCM_API SCM scm_setgroups (SCM groups);
40  SCM_API SCM scm_getpgrp (void);  SCM_API SCM scm_getpgrp (void);
41  SCM_API SCM scm_getpwuid (SCM user);  SCM_API SCM scm_getpwuid (SCM user);
42  SCM_API SCM scm_setpwent (SCM arg);  SCM_API SCM scm_setpwent (SCM arg);

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

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