2 Copyright © 1995-2005, The AROS Development Team. All rights reserved.
5 Desc: autoinit library - automatic library opening/closing handling
6 Dummy functions to be used in case no libraries have to be opened/closed
10 #include <aros/symbolsets.h>
14 int _set_open_libraries_list(const void * const list
[], struct ExecBase
*SysBase
) __attribute__ ((weak
));
15 void _set_close_libraries_list(const void * const list
[], struct ExecBase
*SysBase
) __attribute__ ((weak
));
17 int _set_open_libraries_list(const void * const list
[], struct ExecBase
*SysBase
)
22 void _set_close_libraries_list(const void * const list
[], struct ExecBase
*SysBase
)