recoll/src/utils/closefrom.h
2009-10-14 12:22:21 +00:00

9 lines
209 B
C

#ifndef _closefrom_h_included_
#define _closefrom_h_included_
/* @(#$Id: $ (C) 2004 J.F.Dockes */
/* Close all descriptors >= fd */
extern int libclf_closefrom(int fd);
#endif /* _closefrom_h_included_ */