*** empty log message ***
[bpt/guile.git] / libguile / version.h
index b8b12ab..1476772 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifndef VERSIONH
 #define VERSIONH
-/*     Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
+/*     Copyright (C) 1995, 1996, 1998, 1999 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
 
 \f
 
-extern SCM scm_major_version SCM_P ((void));
-extern SCM scm_minor_version SCM_P ((void));
-extern SCM scm_version SCM_P ((void));
-extern SCM scm_libguile_config_stamp SCM_P ((void));
-extern void scm_init_version SCM_P ((void));
+extern SCM scm_major_version (void);
+extern SCM scm_minor_version (void);
+extern SCM scm_version (void);
+extern void scm_init_version (void);
 
 #endif  /* VERSIONH */