summaryrefslogtreecommitdiff
path: root/amiga/misc.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-16 23:55:39 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-16 23:55:39 +0000
commit7220e03e7d4cd21f27038b6ce73ab2c77390a348 (patch)
treebb7acf22ee1e86ac0723c7c0526825372de7e8d0 /amiga/misc.h
parent04769b3f076b00cc8ab5ad3cc0b2924af86acb1b (diff)
downloadnetsurf-7220e03e7d4cd21f27038b6ce73ab2c77390a348.tar.gz
netsurf-7220e03e7d4cd21f27038b6ce73ab2c77390a348.tar.bz2
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
Diffstat (limited to 'amiga/misc.h')
-rw-r--r--amiga/misc.h22
1 files changed, 22 insertions, 0 deletions
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 <chris@unsatisfactorysoftware.co.uk>
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef AMIGA_MISC_H
+#define AMIGA_MISC_H
+char *remove_escape_chars(const char *s, bool translate);
+#endif