repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
webpositive
/
support
/
BaseURL.h
blob
b4589ef58fbd2bcb1bdea08e75353d412e0c2fc3
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