blob: 9f9d306130c71b2f5ee29d4f186e66c135e2dd0d [file] [log] [blame]
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
/**
* Copyright (C) 2013 Regents of the University of California.
* @author: Yingdi Yu <yingdi@cs.ucla.edu>
* See COPYING for copyright and distribution information.
*/
#ifndef NDN_UTIL_REGEX_HPP
#define NDN_UTIL_REGEX_HPP
#include "regex/regex-top-matcher.hpp"
namespace ndn {
typedef RegexTopMatcher Regex;
} // namespace ndn
#endif // NDN_UTIL_REGEX_HPP