* *.c: Finish replacing K&R style prototypes with ANSI C
[bpt/guile.git] / libguile / dynl.c
index 6c6c6c4..7d957e0 100644 (file)
@@ -145,9 +145,7 @@ struct moddata {
 static struct moddata *registered_mods = NULL;
 
 void
-scm_register_module_xxx (module_name, init_func)
-     char *module_name;
-     void *init_func;
+scm_register_module_xxx (char *module_name, void *init_func)
 {
     struct moddata *md;