]> git.tuebingen.mpg.de Git - paraslash.git/blob - close_on_fork.h
command_util.sh: Make sure the "handler" pointer is NULL if a line handler exists.
[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);