diff options
Diffstat (limited to 'mixguile/mixguile.h')
-rw-r--r-- | mixguile/mixguile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixguile/mixguile.h b/mixguile/mixguile.h index 469f455..7a29062 100644 --- a/mixguile/mixguile.h +++ b/mixguile/mixguile.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mixguile.h : * Interface to the mixguile interpreter. * ------------------------------------------------------------------ - * $Id: mixguile.h,v 1.4 2001/09/24 23:27:42 jao Exp $ + * $Id: mixguile.h,v 1.5 2001/09/28 23:10:45 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -38,7 +38,7 @@ typedef void (*main_func_t) (int argc, char *argv[]); /* load mixguile startup file */ extern void -mixguile_load_bootstrap (); +mixguile_load_bootstrap (gboolean localinit); /* initialise the guile command dispatcher and enter the provided |