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

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

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

revision 1.14 by mvo, Wed Jul 10 19:40:43 2002 UTC revision 1.15 by mvo, Sun Oct 27 20:13:10 2002 UTC
# Line 3  Line 3 
3  #ifndef SCM_ISELECT_H  #ifndef SCM_ISELECT_H
4  #define SCM_ISELECT_H  #define SCM_ISELECT_H
5    
6  /* Copyright (C) 1997,1998,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1997,1998,2000,2001, 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 95  SCM_API int scm_internal_select (int fds Line 95  SCM_API int scm_internal_select (int fds
95                                   SELECT_TYPE *efds,                                   SELECT_TYPE *efds,
96                                   struct timeval *timeout);                                   struct timeval *timeout);
97    
98  #ifdef GUILE_ISELECT  #ifdef USE_COOP_THREADS
99    
100  SCM_API int scm_I_am_dead;  SCM_API int scm_I_am_dead;
101    
102  SCM_API void scm_error_revive_threads (void);  SCM_API void scm_error_revive_threads (void);
 SCM_API void scm_init_iselect (void);  
103    
104  #endif /* GUILE_ISELECT */  #endif /* USE_COOP_THREADS */
105    
106    SCM_API void scm_init_iselect (void);
107    
108  #endif  /* SCM_ISELECT_H */  #endif  /* SCM_ISELECT_H */
109    

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

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