summaryrefslogtreecommitdiff
path: root/tools/build/src/engine/subst.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/src/engine/subst.h')
-rw-r--r--tools/build/src/engine/subst.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/build/src/engine/subst.h b/tools/build/src/engine/subst.h
new file mode 100644
index 000000000..7dc09a614
--- /dev/null
+++ b/tools/build/src/engine/subst.h
@@ -0,0 +1,14 @@
+/* Copyright 2001-2004 David Abrahams.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+ */
+
+#ifndef SUBST_JG20120722_H
+#define SUBST_JG20120722_H
+
+#include "object.h"
+#include "regexp.h"
+
+regexp * regex_compile( OBJECT * pattern );
+
+#endif