mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* posix.h (scm_tmpnam): Added prototype.
This commit is contained in:
parent
52591c8068
commit
522158de92
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ extern SCM scm_execle SCM_P ((SCM filename, SCM env, SCM args));
|
|||
extern SCM scm_fork SCM_P ((void));
|
||||
extern SCM scm_uname SCM_P ((void));
|
||||
extern SCM scm_environ SCM_P ((SCM env));
|
||||
extern SCM scm_tmpnam SCM_P ((void));
|
||||
extern SCM scm_open_pipe SCM_P ((SCM pipestr, SCM modes));
|
||||
extern SCM scm_close_pipe SCM_P ((SCM port));
|
||||
extern SCM scm_utime SCM_P ((SCM pathname, SCM actime, SCM modtime));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue