X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12538c6ab1bc03405ac74e6b2995ba1b4ee29bfa..7e71e956181763288b1ce7d51f36ac4cdbcab365:/examples/gras/ping/ping.h diff --git a/examples/gras/ping/ping.h b/examples/gras/ping/ping.h index a5a7b2cbfa..ffd57cf893 100644 --- a/examples/gras/ping/ping.h +++ b/examples/gras/ping/ping.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* ping - ping/pong demo of GRAS features */ -/* Copyright (c) 2003, 2004, 2005 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2006, 2009, 2010. 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. */ @@ -16,7 +15,7 @@ void ping_register_messages(void); /* Function prototypes */ -int server (int argc,char *argv[]); -int client (int argc,char *argv[]); +int server(int argc, char *argv[]); +int client(int argc, char *argv[]); #endif