From 93c327273c84eca76c4ef81af03184a1b91b36d3 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 6 Jun 2013 19:22:00 +0200 Subject: [PATCH] stream to fd --- src/include/surf/surf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 025acee757..5339849f7e 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -232,7 +232,7 @@ typedef struct surf_storage_model_extension_public { surf_action_t(*stat) (void *storage, surf_file_t stream); surf_action_t(*unlink) (void *storage, surf_file_t stream); surf_action_t(*ls) (void *storage, const char *path); - surf_action_t(*get_size) (void *storage, surf_file_t stream); + surf_action_t(*get_size) (void *storage, surf_file_t fd); } s_surf_model_extension_storage_t; /** \ingroup SURF_models -- 2.20.1