From 91f8a679db6211b883ce2a7499728ee2b6a5f2af Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 15 Mar 2003 15:53:20 +0000 Subject: [project @ 2003-03-15 15:53:20 by bursa] MIME types for local files, new test files. svn path=/import/netsurf/; revision=107 --- content/fetch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 171bf33cb..ab3029b23 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -1,5 +1,5 @@ /** - * $Id: fetch.h,v 1.1 2003/02/09 12:58:14 bursa Exp $ + * $Id: fetch.h,v 1.2 2003/03/15 15:53:20 bursa Exp $ */ #ifndef _NETSURF_DESKTOP_FETCH_H_ @@ -16,5 +16,6 @@ struct fetch * fetch_start(char *url, char *referer, void fetch_abort(struct fetch *f); void fetch_poll(void); void fetch_quit(void); +const char *fetch_filetype(const char *unix_path); #endif -- cgit v1.2.3