lib/rmdirhier.h

Code
Comments
Other
Rev Date Author Line
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 4 // $Id$
49 14 Jan 06 jari 5
84 13 Mar 06 jari 6 /*
978 12 Dec 09 peter 7   Copyright (C) 2006 Jari Häkkinen
1635 30 Mar 23 peter 8   Copyright (C) 2007 Peter Johansson
1635 30 Mar 23 peter 9   Copyright (C) 2008 Jari Häkkinen, Peter Johansson
84 13 Mar 06 jari 10
687 04 Aug 08 peter 11   This file is part of svndigest, http://dev.thep.lu.se/svndigest
84 13 Mar 06 jari 12
149 12 Aug 06 jari 13   svndigest is free software; you can redistribute it and/or modify it
84 13 Mar 06 jari 14   under the terms of the GNU General Public License as published by
693 11 Sep 08 jari 15   the Free Software Foundation; either version 3 of the License, or
84 13 Mar 06 jari 16   (at your option) any later version.
84 13 Mar 06 jari 17
149 12 Aug 06 jari 18   svndigest is distributed in the hope that it will be useful, but
84 13 Mar 06 jari 19   WITHOUT ANY WARRANTY; without even the implied warranty of
149 12 Aug 06 jari 20   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
84 13 Mar 06 jari 21   General Public License for more details.
84 13 Mar 06 jari 22
84 13 Mar 06 jari 23   You should have received a copy of the GNU General Public License
693 11 Sep 08 jari 24   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