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

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

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

revision 1.23 by mvo, Sun Nov 25 15:04:56 2001 UTC revision 1.24 by mvo, Thu Oct 3 23:00:58 2002 UTC
# Line 3  Line 3 
3  #ifndef SCM_ASYNC_H  #ifndef SCM_ASYNC_H
4  #define SCM_ASYNC_H  #define SCM_ASYNC_H
5    
6  /* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,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 61  SCM_API SCM scm_async (SCM thunk); Line 61  SCM_API SCM scm_async (SCM thunk);
61  SCM_API SCM scm_system_async (SCM thunk);  SCM_API SCM scm_system_async (SCM thunk);
62  SCM_API SCM scm_async_mark (SCM a);  SCM_API SCM scm_async_mark (SCM a);
63  SCM_API SCM scm_system_async_mark (SCM a);  SCM_API SCM scm_system_async_mark (SCM a);
64    SCM_API SCM scm_system_async_mark_for_thread (SCM a, SCM thread);
65  SCM_API void scm_system_async_mark_from_signal_handler (SCM a);  SCM_API void scm_system_async_mark_from_signal_handler (SCM a);
66  SCM_API SCM scm_run_asyncs (SCM list_of_a);  SCM_API SCM scm_run_asyncs (SCM list_of_a);
67  SCM_API SCM scm_noop (SCM args);  SCM_API SCM scm_noop (SCM args);

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