mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 07:52:34 +08:00
Need "struct dirent" with C...
git-svn-id: file:///fltk/svn/fltk/trunk@148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -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).
|
// Filename header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -56,10 +56,10 @@ struct dirent {char d_name[1];};
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int filename_list(const char *d, dirent ***list);
|
int filename_list(const char *d, struct dirent ***list);
|
||||||
|
|
||||||
#endif
|
#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 $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user