1/*
2 * Copyright 2005, Haiku.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Michael Lotz <mmlr@mlotz.ch>
7 */
8
9//! These type constants are exported by libbe under R5.
10
11const char *B_URL_HTTP = "application/x-vnd.Be.URL.http";
12const char *B_URL_HTTPS = "application/x-vnd.Be.URL.https";
13const char *B_URL_FTP = "application/x-vnd.Be.URL.ftp";
14const char *B_URL_GOPHER = "application/x-vnd.Be.URL.gopher";
15const char *B_URL_MAILTO = "application/x-vnd.Be.URL.mailto";
16const char *B_URL_NEWS = "application/x-vnd.Be.URL.news";
17const char *B_URL_NNTP = "application/x-vnd.Be.URL.nntp";
18const char *B_URL_TELNET = "application/x-vnd.Be.URL.telnet";
19const char *B_URL_RLOGIN = "application/x-vnd.Be.URL.rlogin";
20const char *B_URL_TN3270 = "application/x-vnd.Be.URL.tn3270";
21const char *B_URL_WAIS = "application/x-vnd.Be.URL.wais";
22const char *B_URL_FILE = "application/x-vnd.Be.URL.file";
23