~ubuntu-branches/ubuntu/trusty/uucp/trusty

« back to all changes in this revision

Viewing changes to unix/ftw.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2004-12-30 15:30:22 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041230153022-mx4cdr9j3u9bldo3
Tags: 1.07-12
Add cs localisation for debconf templates (closes: #287305).

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
     int descriptors;
64
64
     char *dir;
65
65
     size_t len;
66
 
     int (*func) P((const char *file, struct stat *status, int flag));
 
66
     int (*func) P((const char *file, const struct stat *status, int flag));
67
67
{
68
68
  int got;
69
69
  struct dirent *entry;
177
177
int
178
178
ftw (dir, func, descriptors)
179
179
     const char *dir;
180
 
     int (*func) P((const char *file, struct stat *status, int flag));
 
180
     int (*func) P((const char *file, const struct stat *status, int flag));
181
181
     int descriptors;
182
182
{
183
183
  DIR **dirs;