X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abf999244fd17007810c1605298b1bbbb0334573..488dd54cbc91fad4cb04c9d0e92609a107ad1568:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index c62f265fe8..e41cde0e18 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -54,4 +54,6 @@ 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_ */