X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/488dd54cbc91fad4cb04c9d0e92609a107ad1568..19bb6f08769e62eec4350df3a0427099cbc8c792:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index e41cde0e18..30792454a0 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -1,9 +1,8 @@ -/* - * storage_private.h - * - * Created on: 2 mars 2012 - * Author: navarro - */ +/* Copyright (c) 2009, 2013. 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 STORAGE_PRIVATE_H_ #define STORAGE_PRIVATE_H_ @@ -54,6 +53,4 @@ typedef struct surf_action_storage { void *storage; } s_surf_action_storage_t, *surf_action_storage_t; -static int storage_action_unref(surf_action_t action); - #endif /* STORAGE_PRIVATE_H_ */