X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..6137018268142ce0a772f64287953a44a5186b2b:/src/xbt_modinter.h diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index 1b32e6ffc5..9ca9f9ea93 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -1,17 +1,20 @@ /* $Id$ */ -/* xbt_modinter - Interface to XBT modules */ +/* xbt_modinter - How to init/exit the XBT modules */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef XBT_MODINTER_H #define XBT_MODINTER_H +#include "xbt/misc.h" /* Modules definitions */ -void gras_log_init(void); -void xbt_log_exit(void); +XBT_PUBLIC void xbt_log_init(int *argc,char **argv); +XBT_PUBLIC void xbt_log_exit(void); +XBT_PUBLIC void xbt_fifo_exit(void); +XBT_PUBLIC void xbt_dict_exit(void); #endif /* XBT_MODINTER_H */