2 * ion/ioncore/modules.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_MODULES_H
10 #define ION_IONCORE_MODULES_H
14 extern bool ioncore_load_module(const char *name
);
15 extern void ioncore_unload_modules();
16 extern bool ioncore_init_module_support();
25 #endif /* ION_IONCORE_MODULES_H */