summaryrefslogtreecommitdiff
path: root/libguile/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/posix.h')
-rw-r--r--libguile/posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/posix.h b/libguile/posix.h
index c39cc99ba..700591cd6 100644
--- a/libguile/posix.h
+++ b/libguile/posix.h
@@ -90,8 +90,6 @@ extern SCM scm_access SCM_P ((SCM path, SCM how));
extern SCM scm_getpid SCM_P ((void));
extern SCM scm_putenv SCM_P ((SCM str));
extern SCM scm_setlocale SCM_P ((SCM category, SCM locale));
-extern SCM scm_strftime SCM_P ((SCM format, SCM stime));
-extern SCM scm_strptime SCM_P ((SCM format, SCM string));
extern SCM scm_mknod SCM_P ((SCM path, SCM type, SCM perms, SCM dev));
extern SCM scm_nice SCM_P ((SCM incr));
extern SCM scm_sync SCM_P ((void));