]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/subst.h
update ceph source to reef 18.1.2
[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.txt or https://www.bfgroup.xyz/b2/LICENSE.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