summaryrefslogtreecommitdiff
path: root/src/panel/symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panel/symbols.h')
-rw-r--r--src/panel/symbols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panel/symbols.h b/src/panel/symbols.h
index 195bcf2..9761fed 100644
--- a/src/panel/symbols.h
+++ b/src/panel/symbols.h
@@ -29,7 +29,7 @@
#include <gtk/gtk.h>
-#include "../format/exe_format.h"
+#include "../format/executable.h"
@@ -38,7 +38,7 @@ GtkWidget *build_symbols_panel(GObject *);
/* Affiche la liste des symboles présents dans un exécutable. */
-void reload_symbols_panel_content(GtkWidget *, const exe_format *);
+void reload_symbols_panel_content(GtkWidget *, const GExeFormat *);