summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/project.h b/src/project.h
index cf5613d..d05ab5b 100644
--- a/src/project.h
+++ b/src/project.h
@@ -29,6 +29,7 @@
#include "analysis/binary.h"
+#include "gtkext/gtkbinview.h"
@@ -82,7 +83,7 @@ void attach_binary_to_openida_project(openida_project *, openida_binary *);
void detach_binary_to_openida_project(openida_project *, openida_binary *);
/* Fournit un support d'affichage donné pour un binaire chargé. */
-GtkWidget *get_view_for_openida_project_binary(const openida_project *, const openida_binary *, BinaryView);
+GtkWidget *get_view_for_openida_project_binary(const openida_project *, const openida_binary *, BinaryView, GtkBinView **);
/* Fournit l'ensemble des binaires associés à un projet. */
const openida_binary **get_openida_project_binaries(const openida_project *, size_t *);