xref: /haiku/src/apps/webpositive/support/BaseURL.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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