From 7220e03e7d4cd21f27038b6ce73ab2c77390a348 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 16 Mar 2010 23:55:39 +0000 Subject: Help hints, mainly for the tabs but also massage messages strings HelpToolbar0-4 & 14 into a format we can use on the main toolbar gadgets. A couple of gadgets still missing strings. svn path=/trunk/netsurf/; revision=10134 --- amiga/misc.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 amiga/misc.h (limited to 'amiga/misc.h') diff --git a/amiga/misc.h b/amiga/misc.h new file mode 100644 index 000000000..beeb4f2b8 --- /dev/null +++ b/amiga/misc.h @@ -0,0 +1,22 @@ +/* + * Copyright 2010 Chris Young + * + * 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 + * 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 . + */ + +#ifndef AMIGA_MISC_H +#define AMIGA_MISC_H +char *remove_escape_chars(const char *s, bool translate); +#endif -- cgit v1.2.3