* coop.c (coop_finish): New function. Called at exit.
[bpt/guile.git] / libguile / stime.h
index 9d5ea0d..64dc8ec 100644 (file)
@@ -1,8 +1,8 @@
 /* classes: h_files */
 
-#ifndef TIMEH
-#define TIMEH
-/*     Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
+#ifndef STIMEH
+#define STIMEH
+/*     Copyright (C) 1995,1996,1997,1998 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 SCM scm_get_internal_real_time SCM_P ((void));
-extern SCM scm_get_internal_run_time SCM_P ((void));
-extern SCM scm_current_time SCM_P ((void));
+extern SCM scm_get_internal_real_time (void);
+extern SCM scm_get_internal_run_time (void);
+extern SCM scm_current_time (void);
 extern SCM scm_gettimeofday (void);
 extern SCM scm_localtime (SCM time, SCM zone);
 extern SCM scm_gmtime (SCM time);
 extern SCM scm_mktime (SCM sbd_time, SCM zone);
 extern SCM scm_tzset (void);
-extern SCM scm_strftime SCM_P ((SCM format, SCM stime));
-extern SCM scm_strptime SCM_P ((SCM format, SCM string));
-extern void scm_init_stime SCM_P ((void));
+extern SCM scm_times (void);
+extern SCM scm_strftime (SCM format, SCM stime);
+extern SCM scm_strptime (SCM format, SCM string);
+extern void scm_init_stime (void);
 
-#endif  /* TIMEH */
+#endif  /* STIMEH */
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/