/* Copyright (C) 1995-2001, The AROS Development Team. All rights reserved. Desc: */ #include #include #include #include #include #include #include #include "reqtools_intern.h" #include "general.h" #include "rtfuncs.h" /***************************************************************************** NAME */ AROS_LH0(struct ReqToolsPrefs *, rtLockPrefs, /* SYNOPSIS */ /* LOCATION */ struct ReqToolsBase *, ReqToolsBase, 28, ReqTools) /* FUNCTION INPUTS RESULT NOTES EXAMPLE BUGS SEE ALSO rtUnlockPrefs() INTERNALS HISTORY ******************************************************************************/ { AROS_LIBFUNC_INIT return RTFuncs_LockPrefs(ReqToolsBase); AROS_LIBFUNC_EXIT } /* rtLockPrefs */