From: Ian Perez Newsgroups: comp.os.msdos.djgpp Subject: __file_tree_walk() Date: Wed, 28 Jan 1998 06:56:20 -0800 Organization: DiscoverNet Lines: 9 Message-ID: <34CF4714.42ED@discover.net> NNTP-Posting-Host: redlandsts2-13.discover.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ok, Here is the prototype of __file_tree_walk() : int __file_tree_walk(const char *_dir, int (*_fn)(const char *_path, const struct ffblk *_ff)); The second argument is a function.... so what is the function passed supposed to return?? Ian Perez (fish AT discover DOT net) http://www.discover.net/~fish