mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +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)
|
cleanup (void)
|
||||||
#else
|
#else
|
||||||
#ifdef HAVE_ON_EXIT
|
#ifdef HAVE_ON_EXIT
|
||||||
|
extern int on_exit (void (*procp) (), int arg);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
cleanup (int status, void *arg)
|
cleanup (int status, void *arg)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue