summaryrefslogtreecommitdiff
path: root/cocoa/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/fetch.h')
-rw-r--r--cocoa/fetch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cocoa/fetch.h b/cocoa/fetch.h
index 4a50b6e8d..5d2e9288d 100644
--- a/cocoa/fetch.h
+++ b/cocoa/fetch.h
@@ -16,4 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-const char *fetch_filetype(const char *unix_path);
+extern struct gui_fetch_table *cocoa_fetch_table;
+
+char *url_to_path(const char *url);