mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 01:46:00 +08:00
Added function to free the list that was created with fl_filename_list.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -130,6 +130,7 @@ FL_EXPORT int fl_numericsort(struct dirent **, struct dirent **);
|
||||
|
||||
FL_EXPORT int fl_filename_list(const char *d, struct dirent ***l,
|
||||
Fl_File_Sort_F *s = fl_numericsort);
|
||||
FL_EXPORT void fl_filename_free_list(struct dirent ***l, int n);
|
||||
|
||||
/*
|
||||
* Generic function to open a Uniform Resource Identifier (URI) using a
|
||||
|
||||
Reference in New Issue
Block a user