Files
textmate/Frameworks/text/src/encode.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

13 lines
250 B
C++

#ifndef ENCODE_H_HXIAH61Z
#define ENCODE_H_HXIAH61Z
#include <oak/misc.h>
namespace encode
{
PUBLIC std::string url_part (std::string const& src, std::string const& excl = "");
} /* encode */
#endif /* end of include guard: ENCODE_H_HXIAH61Z */