From 8ce0a10670e655d9e3a4f31fedd34baf1a3189b9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 25 Jan 2014 23:00:22 +0000 Subject: move path_to_url and url_to_path to fetch operation table --- amiga/misc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/misc.h') diff --git a/amiga/misc.h b/amiga/misc.h index 34a85fa90..60f249c2c 100644 --- a/amiga/misc.h +++ b/amiga/misc.h @@ -18,6 +18,10 @@ #ifndef AMIGA_MISC_H #define AMIGA_MISC_H + char *translate_escape_chars(const char *s); int32 ami_warn_user_multi(const char *body, const char *opt1, const char *opt2, struct Window *win); +char *url_to_path(const char *url); +char *path_to_url(const char *path); + #endif -- cgit v1.2.3