~ubuntu-branches/ubuntu/precise/ettercap/precise

« back to all changes in this revision

Viewing changes to src/missing/scandir.h

  • Committer: Bazaar Package Importer
  • Author(s): Murat Demirten
  • Date: 2003-06-21 19:57:18 UTC
  • Revision ID: james.westby@ubuntu.com-20030621195718-qqbbfk18e1djchd9
Tags: upstream-0.6.b
ImportĀ upstreamĀ versionĀ 0.6.b

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <dirent.h>
 
2
 
 
3
extern int scandir(const char *dir, struct dirent ***namelist,
 
4
            int (*select)(const struct dirent *),
 
5
            int (*compar)(const struct dirent **, const struct dirent **))
 
 
b';'
 
6
 
 
7
extern int alphasort(const struct dirent **a, const struct dirent **b);
 
8
 
 
9
/* EOF */