diff options
| -rw-r--r-- | FL/filename.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/filename.H b/FL/filename.H index ea281f8e2..6ef9b9b7e 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -131,6 +131,8 @@ FL_EXPORT void fl_filename_free_list(struct dirent ***l, int n); FL_EXPORT int fl_open_uri(const char *uri, char *msg = (char *)0, int msglen = 0); +FL_EXPORT void fl_decode_uri(char *uri); + # ifndef FL_DOXYGEN /* * _fl_filename_isdir_quick() is a private function that checks for a |
