Files
textmate/Frameworks/scope/src/parse.h
2013-08-31 16:09:49 +02:00

17 lines
312 B
C++

#ifndef SCOPE_PARSE_H_MMVW7L5U
#define SCOPE_PARSE_H_MMVW7L5U
#include "types.h"
namespace scope
{
namespace parse
{
char const* selector (char const* first, char const* last, scope::types::selector_t& selector);
} /* parse */
} /* scope */
#endif /* end of include guard: SCOPE_PARSE_H_MMVW7L5U */