aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
blob: ee39a259e8caf8f9de9628c93522e520e8335a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef INPUTXSLT_SRC_UTILITY_H_
#define INPUTXSLT_SRC_UTILITY_H_

#include <string>

namespace xalanc_1_11 { }
namespace xalan = xalanc_1_11;

namespace InputXSLT {

std::string readFile(const std::string&);

}

#endif  // INPUTXSLT_SRC_UTILITY_H_