X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84a0b9d1947db0f61f3a82fb6df02add111fd62f..6511b78ff810ead55a110d42b01a08255a55b56d:/src/xbt/core_interface.h diff --git a/src/xbt/core_interface.h b/src/xbt/core_interface.h new file mode 100644 index 0000000000..4fedcd20f1 --- /dev/null +++ b/src/xbt/core_interface.h @@ -0,0 +1,19 @@ +/* $Id$ */ + +/* core - very basic functionnalities of GRAS (logs, data container, ...) */ + +/* module's public interface exported within GRAS, but not to end user. */ + +/* Authors: Martin Quinson */ +/* Copyright (C) 2004 Martin Quinson. */ + +/* 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 GRAS_CORE_INTERFACE_H +#define GRAS_CORE_INTERFACE_H + +/* Modules definitions */ +void gras_log_exit(void); + +#endif /* GRAS_CORE_INTERFACE_H */