summaryrefslogtreecommitdiff
path: root/amiga/fetch_mailto.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-01-10 21:22:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-01-10 21:22:46 +0000
commitd6d8cb2fe44a5f8ad41b00a76d3341d2f80ee095 (patch)
tree0da57fe3fa4e57ff6180699e09b02af35f89586e /amiga/fetch_mailto.h
parent742697bd2c9244cddc1050f0b4f778074de39472 (diff)
downloadnetsurf-d6d8cb2fe44a5f8ad41b00a76d3341d2f80ee095.tar.gz
netsurf-d6d8cb2fe44a5f8ad41b00a76d3341d2f80ee095.tar.bz2
Handle mailto: URLs through gui_launch_url()
svn path=/trunk/netsurf/; revision=6022
Diffstat (limited to 'amiga/fetch_mailto.h')
-rwxr-xr-xamiga/fetch_mailto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/amiga/fetch_mailto.h b/amiga/fetch_mailto.h
index 4b23a9b49..40f7dae30 100755
--- a/amiga/fetch_mailto.h
+++ b/amiga/fetch_mailto.h
@@ -1,7 +1,7 @@
/*
- * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008-9 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
- * This file is part of NetSurf.
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
*
* NetSurf is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,5 +23,6 @@
#ifndef AMIGA_FETCH_MAILTO_H
#define AMIGA_FETCH_MAILTO_H
-void ami_fetch_mailto_register(void);
+void ami_openurl_open(void);
+void ami_openurl_close(void);
#endif