X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..b0ad7d7849269b233e93df1f166866cf4bfe59ad:/src/xbt_modinter.h diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index f2b13fec4c..9ca9f9ea93 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -1,18 +1,20 @@ /* $Id$ */ -/* xbt_modinter - Interface to XBT modules */ +/* xbt_modinter - How to init/exit the XBT modules */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 Martin Quinson. */ +/* 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. */ + * 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 */