165 |
24 Aug 06 |
jari |
1 |
#ifndef _theplu_svndigest_rmdirhier_ |
165 |
24 Aug 06 |
jari |
2 |
#define _theplu_svndigest_rmdirhier_ |
165 |
24 Aug 06 |
jari |
3 |
|
49 |
14 Jan 06 |
jari |
// $Id$ |
49 |
14 Jan 06 |
jari |
5 |
|
84 |
13 Mar 06 |
jari |
6 |
/* |
978 |
12 Dec 09 |
peter |
Copyright (C) 2006 Jari Häkkinen |
1635 |
30 Mar 23 |
peter |
Copyright (C) 2007 Peter Johansson |
1635 |
30 Mar 23 |
peter |
Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
84 |
13 Mar 06 |
jari |
10 |
|
687 |
04 Aug 08 |
peter |
This file is part of svndigest, http://dev.thep.lu.se/svndigest |
84 |
13 Mar 06 |
jari |
12 |
|
149 |
12 Aug 06 |
jari |
svndigest is free software; you can redistribute it and/or modify it |
84 |
13 Mar 06 |
jari |
under the terms of the GNU General Public License as published by |
693 |
11 Sep 08 |
jari |
the Free Software Foundation; either version 3 of the License, or |
84 |
13 Mar 06 |
jari |
(at your option) any later version. |
84 |
13 Mar 06 |
jari |
17 |
|
149 |
12 Aug 06 |
jari |
svndigest is distributed in the hope that it will be useful, but |
84 |
13 Mar 06 |
jari |
WITHOUT ANY WARRANTY; without even the implied warranty of |
149 |
12 Aug 06 |
jari |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
84 |
13 Mar 06 |
jari |
General Public License for more details. |
84 |
13 Mar 06 |
jari |
22 |
|
84 |
13 Mar 06 |
jari |
You should have received a copy of the GNU General Public License |
693 |
11 Sep 08 |
jari |
along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
84 |
13 Mar 06 |
jari |
25 |
*/ |
84 |
13 Mar 06 |
jari |
26 |
|
49 |
14 Jan 06 |
jari |
27 |
#include <string> |
49 |
14 Jan 06 |
jari |
28 |
|
49 |
14 Jan 06 |
jari |
29 |
namespace theplu { |
149 |
12 Aug 06 |
jari |
30 |
namespace svndigest { |
49 |
14 Jan 06 |
jari |
31 |
|
50 |
15 Jan 06 |
jari |
32 |
void rmdirhier(const std::string& path); |
49 |
14 Jan 06 |
jari |
33 |
|
149 |
12 Aug 06 |
jari |
34 |
}} // of namespace svndigest and namespace theplu |
49 |
14 Jan 06 |
jari |
35 |
|
49 |
14 Jan 06 |
jari |
36 |
#endif |