* Remove #& reader extension.
[bpt/guile.git] / libguile / init.h
index 16e2e2b..4367e1a 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifndef INITH
 #define INITH
-/*     Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
+/*     Copyright (C) 1995,1996,1997, 2000 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #include "libguile/__scm.h"
 
 \f
+extern int scm_initialized_p;
+
+extern void scm_init_guile (void);
+
 extern void scm_boot_guile (int argc, char **argv,
                            void (*main_func) (void *closure,
                                               int argc,
@@ -56,3 +60,9 @@ extern void scm_boot_guile (int argc, char **argv,
 extern void scm_load_startup_files (void);
 
 #endif  /* INITH */
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/