summaryrefslogtreecommitdiff
path: root/utils/corestringlist.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2018-04-22 02:59:44 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2018-04-22 11:39:12 +0000
commitf2121d1c0f36ef3951e0570552e70f9450f0fab5 (patch)
tree58e875790295199f1c6f84070ebd4bb1a0174d6a /utils/corestringlist.h
parenta6014cae157107ec868816fcccf8689a5d6cc766 (diff)
downloadnetsurf-f2121d1c0f36ef3951e0570552e70f9450f0fab5.tar.gz
netsurf-f2121d1c0f36ef3951e0570552e70f9450f0fab5.tar.bz2
NSURL: add ability to create replacement scheme
Diffstat (limited to 'utils/corestringlist.h')
-rw-r--r--utils/corestringlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/corestringlist.h b/utils/corestringlist.h
index 8d15eebf2..90dd796a7 100644
--- a/utils/corestringlist.h
+++ b/utils/corestringlist.h
@@ -70,6 +70,7 @@ CORESTRING_LWC_STRING(filename);
CORESTRING_LWC_STRING(font);
CORESTRING_LWC_STRING(frame);
CORESTRING_LWC_STRING(frameset);
+CORESTRING_LWC_STRING(ftp);
CORESTRING_LWC_STRING(h1);
CORESTRING_LWC_STRING(h2);
CORESTRING_LWC_STRING(h3);