summaryrefslogtreecommitdiff
path: root/tools/build/v2/engine/pwd.h
blob: e6ed268bb23e52debb5ad524558af9e82cb2de73 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright Vladimir Prus 2002. Distributed under the Boost */
/* Software License, Version 1.0. (See accompanying */
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */

#ifndef PWD_H
#define PWD_H

LIST * pwd( void );
void   pwd_done( void );

#endif