mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Added prototype for on_exit
This commit is contained in:
parent
2834977b48
commit
51157deb12
1 changed files with 2 additions and 0 deletions
|
@ -1863,6 +1863,8 @@ static void
|
|||
cleanup (void)
|
||||
#else
|
||||
#ifdef HAVE_ON_EXIT
|
||||
extern int on_exit (void (*procp) (), int arg);
|
||||
|
||||
static void
|
||||
cleanup (int status, void *arg)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue