1 /* 2 * Copyright 2010 Stephan Aßmus <superstippi@gmx.de> 3 * All rights reserved. Distributed under the terms of the MIT License. 4 */ 5 #ifndef BASE_URL_H 6 #define BASE_URL_H 7 8 #include <String.h> 9 10 11 BString baseURL(const BString string); 12 13 14 #endif // BASE_URL_H 15