From 2e2e637c2f7a149fed562fe0f92f8673f2b41373 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 10 Jun 2012 09:38:29 +0000 Subject: Added declaration of fl_decode_uri(char*) to filename.H. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9581 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/filename.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') 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 -- cgit v1.2.3