⛏️ index : haiku.git

/*
 * Copyright 2010 Stephan Aßmus <superstippi@gmx.de>
 * All rights reserved. Distributed under the terms of the MIT License.
 */
#ifndef BASE_URL_H
#define BASE_URL_H

#include <String.h>


BString baseURL(const BString string);


#endif // BASE_URL_H