From d36799e07ddbb42533ffdfc5113bbe38324bb1b1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 13 Dec 2008 23:28:26 +0000 Subject: First attempt at mailto: fetcher using openurl.library. Doesn't quite work properly because it never calls the callback :) Probably also gets into an infinite loop if "send mailto: URLs to email application" is not ticked in OpenURL Prefs. svn path=/trunk/netsurf/; revision=5910 --- amiga/fetch_mailto.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 amiga/fetch_mailto.h (limited to 'amiga/fetch_mailto.h') diff --git a/amiga/fetch_mailto.h b/amiga/fetch_mailto.h new file mode 100755 index 000000000..4b23a9b49 --- /dev/null +++ b/amiga/fetch_mailto.h @@ -0,0 +1,27 @@ +/* + * Copyright 2008 Chris Young + * + * This file is part of NetSurf. + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** \file + * Fetching of data from a URL (Registration). + */ + +#ifndef AMIGA_FETCH_MAILTO_H +#define AMIGA_FETCH_MAILTO_H + +void ami_fetch_mailto_register(void); +#endif -- cgit v1.2.3