X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15c81e44412415173de220954a453019c68714cd..ac939f0ccce934321485e52c4d702fb29f881b86:/examples/msg/mc/bugged1_liveness.h diff --git a/examples/msg/mc/bugged1_liveness.h b/examples/msg/mc/bugged1_liveness.h index a33976881e..c24c967c49 100644 --- a/examples/msg/mc/bugged1_liveness.h +++ b/examples/msg/mc/bugged1_liveness.h @@ -1,14 +1,13 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * 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 _BUGGED1_LIVENESS_H #define _BUGGED1_LIVENESS_H -int yyparse(void); -int yywrap(void); -int yylex(void); - int predR(void); int predCS(void); -int coordinator(int argc, char *argv[]); -int client(int argc, char *argv[]); - #endif