diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-04-12 01:17:15 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-04-12 01:17:15 +0000 |
commit | 4c1feaa596bc4d25fb4cfb9c4ee73fd790ded643 (patch) | |
tree | b3ad5dbe4085d874e898557e2314bc0769aa1744 /libguile/filesys.h | |
parent | 30000774de9ef99c5a188cb08f4b5d508ebd8d72 (diff) | |
download | guile-4c1feaa596bc4d25fb4cfb9c4ee73fd790ded643.tar.gz |
* filesys.c (scm_fcntl): New function from Roland McGrath.
(scm_init_filesys): New symbols for use with fcntl.
* filesys.h: Added prototype.
Diffstat (limited to 'libguile/filesys.h')
-rw-r--r-- | libguile/filesys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/filesys.h b/libguile/filesys.h index dd73537bd..aae4db349 100644 --- a/libguile/filesys.h +++ b/libguile/filesys.h @@ -72,6 +72,7 @@ extern SCM scm_chdir SCM_P ((SCM str)); extern SCM scm_getcwd SCM_P ((void)); extern SCM scm_select SCM_P ((SCM reads, SCM writes, SCM excepts, SCM secs, SCM msecs)); extern int scm_input_waiting_p SCM_P ((FILE *file, char *caller)); +extern SCM scm_fcntl SCM_P ((SCM port, SCM cmd, SCM value)); extern SCM scm_symlink SCM_P ((SCM oldpath, SCM newpath)); extern SCM scm_readlink SCM_P ((SCM path)); extern SCM scm_lstat SCM_P ((SCM str)); |