Metatarget for copying of testfile fixed.
[AROS.git] / workbench / libs / reqtools / rtunlockprefs.c
blob385e90dbe864575acca4ab04f8905d86f9383bbc
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include <exec/types.h>
10 #include <proto/exec.h>
11 #include <proto/reqtools.h>
12 #include <proto/intuition.h>
13 #include <exec/libraries.h>
14 #include <exec/memory.h>
15 #include <aros/libcall.h>
16 #include "reqtools_intern.h"
17 #include "general.h"
18 #include "rtfuncs.h"
20 /*****************************************************************************
22 NAME */
24 AROS_LH0(VOID, rtUnlockPrefs,
26 /* SYNOPSIS */
28 /* LOCATION */
30 struct ReqToolsBase *, ReqToolsBase, 29, ReqTools)
32 /* FUNCTION
34 INPUTS
36 RESULT
38 NOTES
40 EXAMPLE
42 BUGS
44 SEE ALSO
46 rtLockPrefs()
48 INTERNALS
50 HISTORY
52 ******************************************************************************/
54 AROS_LIBFUNC_INIT
56 RTFuncs_UnlockPrefs(ReqToolsBase);
58 AROS_LIBFUNC_EXIT
60 } /* rtUnlockPrefs */