X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/183964efebc748b59809209b13ac7738903b068c..5b654b49c8603ff2f3fe7cfae9816cb585df0200:/src/amok/amok_modinter.h diff --git a/src/amok/amok_modinter.h b/src/amok/amok_modinter.h new file mode 100644 index 0000000000..7267c78e40 --- /dev/null +++ b/src/amok/amok_modinter.h @@ -0,0 +1,19 @@ +/* $Id$ */ + +/* amok modinter - interface to AMOK modules initialization and such */ + +/* Copyright (c) 2006 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 AMOK_BASE_H +#define AMOK_BASE_H + +void amok_init(void); +void amok_exit(void); + +/* module creation functions */ +void amok_pm_modulecreate(void); + +#endif /* AMOK_BASE_H */