X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb16e0570dc67c637041ae0e5c339e29bc35078b..c215f8139368ac8b172ad664c05d4f2b4211a961:/examples/gras/spawn/spawn.h diff --git a/examples/gras/spawn/spawn.h b/examples/gras/spawn/spawn.h index 358569e5d3..e08d91a728 100644 --- a/examples/gras/spawn/spawn.h +++ b/examples/gras/spawn/spawn.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* spawn - demo of the gras_actor_spawn function */ -/* Copyright (c) 2007 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2007, 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 spawn_register_messages(void); /* Function prototypes */ -int father (int argc,char *argv[]); -int child (int argc,char *argv[]); +int father(int argc, char *argv[]); +int child(int argc, char *argv[]); #endif