mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
13 lines
250 B
C++
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 */
|