typo.
[AROS.git] / workbench / c / Unpack / support.h
blobede81a0653b37d8d608f504abf585d3f57c1940f
1 /*
2 Copyright © 2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef PKG_SUPPORT_H
7 #define PKG_SUPPORT_H
9 /****************************************************************************/
10 /** Prototypes **************************************************************/
12 BOOL MakeDir( CONST_STRPTR path );
13 BOOL MakeDirs( STRPTR path );
15 #endif /* PKG_SUPPORT_H */