]> git.tuebingen.mpg.de Git - paraslash.git/blob - close_on_fork.h
COPYING: replace the short GPL text by the full version 2 license
[paraslash.git] / close_on_fork.h
1 /** \file close_on_fork.h exported symbols from close_on_fork.c */
2 void del_close_on_fork_list(int fd);
3 void add_close_on_fork_list(int fd);
4 void close_listed_fds(void);