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

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

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

revision 1.13 by mvo, Fri Nov 2 00:19:11 2001 UTC revision 1.14 by mvo, Fri Oct 4 14:13:26 2002 UTC
# Line 3  Line 3 
3  #ifndef SCM_SCMSIGS_H  #ifndef SCM_SCMSIGS_H
4  #define SCM_SCMSIGS_H  #define SCM_SCMSIGS_H
5    
6  /* Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1997,1998,2000, 2002 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 51  Line 51 
51    
52    
53  SCM_API SCM scm_sigaction (SCM signum, SCM handler, SCM flags);  SCM_API SCM scm_sigaction (SCM signum, SCM handler, SCM flags);
54    SCM_API SCM scm_sigaction_for_thread (SCM signum, SCM handler, SCM flags,
55                                          SCM thread);
56  SCM_API SCM scm_restore_signals (void);  SCM_API SCM scm_restore_signals (void);
57  SCM_API SCM scm_alarm (SCM i);  SCM_API SCM scm_alarm (SCM i);
58  SCM_API SCM scm_setitimer (SCM which_timer,  SCM_API SCM scm_setitimer (SCM which_timer,

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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