]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
Move valid_fd_012() from string.c to fd.c.
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 22141be2d79a7451188f0d6986b772368248ff71..ae692b4fbe00dad1efc33237700d41f4524c825f 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -24,3 +24,4 @@ int mmap_full_file(const char *filename, int open_mode, void **map,
        size_t *size, int *fd_ptr);
 int para_munmap(void *start, size_t length);
 int write_ok(int fd);
        size_t *size, int *fd_ptr);
 int para_munmap(void *start, size_t length);
 int write_ok(int fd);
+void valid_fd_012(void);