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 11 const char *B_URL_HTTP = "application/x-vnd.Be.URL.http"; 12 const char *B_URL_HTTPS = "application/x-vnd.Be.URL.https"; 13 const char *B_URL_FTP = "application/x-vnd.Be.URL.ftp"; 14 const char *B_URL_GOPHER = "application/x-vnd.Be.URL.gopher"; 15 const char *B_URL_MAILTO = "application/x-vnd.Be.URL.mailto"; 16 const char *B_URL_NEWS = "application/x-vnd.Be.URL.news"; 17 const char *B_URL_NNTP = "application/x-vnd.Be.URL.nntp"; 18 const char *B_URL_TELNET = "application/x-vnd.Be.URL.telnet"; 19 const char *B_URL_RLOGIN = "application/x-vnd.Be.URL.rlogin"; 20 const char *B_URL_TN3270 = "application/x-vnd.Be.URL.tn3270"; 21 const char *B_URL_WAIS = "application/x-vnd.Be.URL.wais"; 22 const char *B_URL_FILE = "application/x-vnd.Be.URL.file"; 23