]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.h
Make some functions static.
[osl.git] / fd.h
diff --git a/fd.h b/fd.h
index 80f484a4427d8c5042af45e6ad6d4aef5be4f8ed..c3fec805d908ef49e13d6cb7269fba488eddf6d2 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -6,7 +6,6 @@
 
 /** \file fd.h exported symbols from fd.c */
 
-int write_all(int fd, const char *buf, size_t *len);
 int para_open(const char *path, int flags, mode_t mode);
 int para_opendir(const char *dirname, DIR **dir, int *cwd);
 int para_mkdir(const char *path, mode_t mode);