arch/cpu.resource: remove dead code
[AROS.git] / workbench / classes / zune / prefseditor / support.h
blob4b3ea0084deb477896c01b1ce9014026d102bbce
1 #ifndef _SUPPORT_H_
2 #define _SUPPORT_H_
4 /*
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 This file is part of the PrefsEditor class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
9 $Id$
12 /*** Prototypes *************************************************************/
13 BPTR CreateTemporary(STRPTR buffer, CONST_STRPTR prefix);
14 BOOL MakeDir(CONST_STRPTR path);
15 BOOL MakeDirs(STRPTR path);
17 #endif /* _SUPPORT_H_ */