1/*	$NetBSD$	*/
2
3void init_fdsets(void);
4void alloc_fdset(void);
5fd_set *get_fdset(void);
6int *get_fdsetmax(void);
7