Need "struct dirent" with C...
git-svn-id: file:///fltk/svn/fltk/trunk@148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7834c1c086
commit
7d1cd94b72
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $"
|
||||
// "$Id: filename.H,v 1.4 1998/12/07 22:11:10 mike Exp $"
|
||||
//
|
||||
// Filename header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -56,10 +56,10 @@ struct dirent {char d_name[1];};
|
||||
|
||||
#endif
|
||||
|
||||
int filename_list(const char *d, dirent ***list);
|
||||
int filename_list(const char *d, struct dirent ***list);
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $".
|
||||
// End of "$Id: filename.H,v 1.4 1998/12/07 22:11:10 mike Exp $".
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user