From 30909f8ed53848e450b7e362ef05b1eb06e09ddb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Feb 2015 15:58:40 +0000 Subject: Move FILE_SCHEME_PREFIX to corestrings. --- utils/corestrings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'utils/corestrings.h') diff --git a/utils/corestrings.h b/utils/corestrings.h index 9fcc224ee..b55852900 100644 --- a/utils/corestrings.h +++ b/utils/corestrings.h @@ -27,6 +27,12 @@ #include "utils/nsurl.h" #include "utils/errors.h" +/** File url prefix. */ +#define FILE_SCHEME_PREFIX "file:///" + +/** File url prefix length. */ +#define FILE_SCHEME_PREFIX_LEN 8 + nserror corestrings_init(void); void corestrings_fini(void); -- cgit v1.2.3