diff options
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/project.h b/src/project.h index 815d922..cf4c9e2 100644 --- a/src/project.h +++ b/src/project.h @@ -76,7 +76,7 @@ bool has_storing_filename(const openida_project *); /* Attache un fichier donné à un projet donné. */ -void attach_binary_to_openida_project(openida_project *, GOpenidaBinary *); +size_t attach_binary_to_openida_project(openida_project *, GOpenidaBinary *); /* Détache un fichier donné à un projet donné. */ void detach_binary_to_openida_project(openida_project *, GOpenidaBinary *); |