/* * Copyright 2010 Stephan Aßmus * All rights reserved. Distributed under the terms of the MIT License. */ #ifndef BASE_URL_H #define BASE_URL_H #include BString baseURL(const BString string); #endif // BASE_URL_H