btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / webpositive / support / BaseURL.h
blobb4589ef58fbd2bcb1bdea08e75353d412e0c2fc3
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
8 #include <String.h>
11 BString baseURL(const BString string);
14 #endif // BASE_URL_H