]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/subst.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / engine / subst.h
1 /* Copyright 2001-2004 David Abrahams.
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 */
5
6 #ifndef SUBST_JG20120722_H
7 #define SUBST_JG20120722_H
8
9 #include "config.h"
10 #include "object.h"
11 #include "regexp.h"
12
13 regexp * regex_compile( OBJECT * pattern );
14
15 #endif