/* * $Id: file_list.h,v 1.5 2000/03/30 07:39:44 shane Exp $ */ #ifndef FILE_LIST_H #define FILE_LIST_H int file_nlst(int out, const char *cur_dir, const char *filespec); int file_list(int out, const char *cur_dir, const char *filespec); #endif /* FILE_LIST_H */