1
Fork 0
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:
Mikael Djurfeldt 1999-09-02 15:15:12 +00:00
parent 2834977b48
commit 51157deb12

View file

@ -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