/* * Copyright (c) 2000-2006 Alberto Reggiori * Dirk-Willem van Gulik * * NOTICE * * This product is distributed under a BSD/ASF like license as described in the 'LICENSE' * file you should have received together with this source code. If you did not get a * a copy of such a license agreement you can pick up one at: * * http://rdfstore.sourceforge.net/LICENSE * * * $Id: pathmake.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $ */ #ifndef _PATH_MAKE_H #define _PATH_MAKE_H char * mkpath(char * base, char * inpath); #endif